Skip to content

Commit

Permalink
Fix benchmarks compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Dec 7, 2023
1 parent d3e862f commit f69670f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/benchmark/mapfun/juvix/mapfun.juvix
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
-- successively map K functions to a list of N integers
module mapfun;

import Stdlib.Prelude open hiding {+};
import Stdlib.Data.Int open;
import Stdlib.Data.Int.Ord open;
import Stdlib.Prelude open;

mapfun : {A : Type} → List (A → A) → List A → List A
| nil xs := xs
Expand Down

0 comments on commit f69670f

Please sign in to comment.