Commit Graph
10 Commits
Author SHA1 Message Date
volthandGitHub 21d494da83 probably typo
...at least MSVC unable to compile this
2018-12-13 02:45:50 +00:00
volthandGitHub deaa6e9a34 parser.y: right-associativity of -> 2018-07-23 07:28:48 +00:00
volthandGitHub 85fe4a819c parser.y: fix assoc of -> and < > <= >=
The parser allowed senseless `a > b > c` but disallowed `a -> b -> c` which seems valid
It might be a typo
2018-07-21 15:24:51 +00:00
volthandGitHub e2b114cfe1 prim_foldlStrict: call forceValue() before value is copied
forceValue() were called after a value is copied effectively forcing only one of the copies keeping another copy not evaluated.
This resulted in its evaluation of the same lazy value more than once (the number of hits is not big though)
2018-07-21 06:44:42 +00:00
volthandGitHub c03d73c1cf prim_map, prim_genList: no need to force function argument which will be stored in mkApp 2018-07-07 23:30:17 +00:00
volthandGitHub 841747b0e6 prim_concatMap: allocate intermediate list on stack 2018-07-05 12:37:37 +00:00
volthandGitHub ee218f99ca primops.cc: fix comment 2018-07-05 11:58:15 +00:00
volthandGitHub 6cc28c0589 add `mod' and bitwise builtins: camel-case function names 2018-05-16 10:52:19 +00:00
volthandGitHub f3c090f91c add mod' and bitwise builtins: remove mod' and shifts 2018-05-16 06:57:11 +00:00
volthandGitHub 49b7cf1813 add `mod' and bitwise builtins: remove infix functions 2018-05-16 06:55:24 +00:00