0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merges master; leavs ghc-7.4.2 as ghc version More... over 12 years ago
changes project name to dart-haskell; downgrades to ghc-7.4.2 in this branch (ghc-7.4.2 More... over 12 years ago
Looks up data constructors More... over 12 years ago
pkgdeps for ghc 7.4.2 More... over 12 years ago
Adds DART.FileIO. We can now take .hs and .lhs source files. More... over 12 years ago
shows expressions when --debug --show-expressions flags are on. Adds whenFlag More... over 12 years ago
Merges branch ghc-7.6.2 More... over 12 years ago
Uses the package cmdargs to organize command line IO. Evals an specified function name or an entire module. Adds flags debug, show-heap and show-tmp-variables More... over 12 years ago
take' More... over 12 years ago
remove putStrLns More... over 12 years ago
<= and >= on Ints More... over 12 years ago
ghc 7.6.2 pkg deps More... over 12 years ago
delete example (it is now GHC.Num) More... over 12 years ago
rename example module to GHC.Num More... over 12 years ago
examples: adds lists More... over 12 years ago
pragmatize More... over 12 years ago
examples: adds list construction and lazy test with function from Prelude More... over 12 years ago
Adds examples/CYK; exports functions in examples/strings More... over 12 years ago
Adds Eq instance for Value; adds Boolean as a Value; computes value equality (GHC.Classes.(==)) More... over 12 years ago
Fixes (GHC.Base.$), tests evaluation of lambda abstractions More... over 12 years ago
Monomophies GHC.Num.* More... over 12 years ago
Instances polymorphic sum to monomorphic sum More... over 12 years ago
Instances polymorphic sum to monomorphic sum More... over 12 years ago
Splits evalExp into more modules when looking for library functions (variables, primitive-acting mostly). Adds L.C.I.GHC.Num and L.C.I.Apply and L.C.I.IntegerExpressions More... over 12 years ago
Changes Appt(f) to apply a future function application function (commonly $, $fNumInt.. ) to the evaluated function f More... over 12 years ago
Changes Show instance for Value, adds an attribute for every function value More... over 12 years ago
adds numberTwenty to examples More... over 12 years ago
Fixes Non-exhaustive pattern in ValueDefinition More... over 12 years ago
Adds time as pkgdep; Pretty prints results with time More... over 12 years ago
Multiplies integers More... over 12 years ago