git.fiddlerwoaroof.com
name mode size
..
cmu 120000
Prelude.hs 100644 4 kb
Prelude.hu 100644 0 kb
PreludeArray.hs 100644 6 kb
PreludeArrayPrims.hi 100644 1 kb
PreludeArrayPrims.hu 100644 0 kb
PreludeComplex.hs 100644 3 kb
PreludeCore.hs 100644 25 kb
PreludeIO.hs 100644 7 kb
PreludeIOMonad.hs 100644 1 kb
PreludeIOPrims.hi 100644 2 kb
PreludeIOPrims.hu 100644 0 kb
PreludeList.hs 100644 19 kb
PreludeLocal.hs 100644 0 kb
PreludeLocalIO.hs 100644 4 kb
PreludePrims.hi 100644 12 kb
PreludePrims.hu 100644 0 kb
PreludeRatio.hs 100644 3 kb
PreludeText.hs 100644 9 kb
PreludeTuple.hs 100644 7 kb
PreludeTuplePrims.hi 100644 1 kb
PreludeTuplePrims.hu 100644 0 kb
README 100644 0 kb
README
This is the actual prelude used by the Yale system. This contains a many small changes to the standard prelude, mostly optimizer annotations. PreludeIO is totally different since we have flushed streams in favor of the monad. Primitives are defined using the Haskell to Lisp interface. Arrays are implemented internally using destructive updates - no array primitive involves more than one copy operation and lookup is constant time. The data constructors for Complex and Rational are strict.