Commit Graph

8 Commits

Author SHA1 Message Date
Edwin Brady
caed480cb4 Remove apply from reg001 since it's in the prelude! 2014-01-18 19:52:21 +00:00
Markus Pfeiffer
b36dfcd62b Reset test runscripts to mode 0755 2013-11-18 22:36:55 +00:00
Markus Pfeiffer
3558c7c29f Change from shebangs with absolute references to using /usr/bin/env 2013-11-18 17:10:00 +00:00
George Leontiev
3c32b65e24 Whitespace cleanup. 2013-11-01 14:33:45 +01:00
raichoo
2311d55013 rename O into Z 2013-07-26 21:05:47 +02:00
Melvar Chen
ee06705d13 rename fmap to map
To still allow disambiguation of List.map vs. Functor.map on List arguments, I
replaced the former entirely by moving the Functor instance of List into
Prelude/List.idr (and importing Prelude.Functor there).
2013-07-13 03:48:49 +02:00
Edwin Brady
cc716d7884 Make 'Type' the type of types instead of Sets
...after mailing list discussion
2012-12-11 23:02:17 +00:00
Edwin Brady
fad1c1c03e Warn when generating a setter for a record fails
...rather than failing (since it may just not work for dependent records)
2012-10-18 20:52:17 +01:00