Commit Graph

5 Commits

Author SHA1 Message Date
Edwin Brady
43127b17a7 Move Fin, Vect and So from prelude to base
They can be imported from the modules Data.Fin, Data.Vect, and Data.So
respectively.

The general thinking here is that not every program is going to need
these, and they are often used especially by newcomers in place of
something more appropriate. Also, all of them are useful for teaching,
which means it is instructive for tutorials to introduce them and have
people implement them themselves.
2014-12-31 20:18:02 +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
Edwin Brady
61d39dabbf Swapped Vect arguments
So now nicer to write type class instances for Functor, Applicative, etc
2013-07-27 14:32:05 +01:00
Jan Bessai
eff62f4416 Regression test for StrLen. 2013-07-11 19:34:34 +02:00