0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 9 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated the .cabal More... almost 12 years ago
added defer and opened up some useful constructs. Im not sure what the go policy is towards returns in go statements. More... almost 12 years ago
got everything building More... almost 12 years ago
fixed reader More... almost 12 years ago
got everything to work with the new style of continue and break More... almost 12 years ago
fixed internals. need to fix operators More... almost 12 years ago
updated the .cabal and removed FunctionalDependencies, these are not necessary More... almost 12 years ago
moved NumLit into Main.hs, considering RankNTypes is too unnecessary an extension here. More... almost 12 years ago
added overloading of numbers and strings for giggles. Still won't do anything, considering the type inference problem More... almost 12 years ago
Merge branch 'master' of github.com:mmirman/ImperativeHaskell More... almost 12 years ago
modified the .cabal More... almost 12 years ago
fixed some documentation More... almost 12 years ago
fixed a bug in the operators where a type signature was declared twice More... almost 12 years ago
realized that my addition breaks older builds. changed the version number up a bit More... almost 12 years ago
Fixed the monomorphism restriction problem, ideally. Added a type class to control the types that b can be when V b is used More... almost 12 years ago
fixed problem with monomorphism restriction on hackage More... almost 12 years ago
updated the .cabal More... almost 12 years ago
updated the documentation More... almost 12 years ago
removed the last of the warnings, added some usefull documentation More... almost 12 years ago
Added a template haskell function factory producer. Changed the names of some files to make more sense. Updated documentation to reflect these changes. Updated the cabal source file. More... almost 12 years ago
Updated the cabal version numer. More... almost 12 years ago
updated the documentation More... almost 12 years ago
removed the extra returnF export More... almost 12 years ago
fixed the .cabal and the headers to reflect the changes More... almost 12 years ago
added two classes to make functions callable in places values are requested, and added a more general return', also changed auto to new More... almost 12 years ago
Updated the readme to point to the relevant blog post More... almost 12 years ago
Updaed the .cabal to the current package version More... about 12 years ago
fixed the .cabal's base to include that base that I am using More... about 12 years ago
fixed ImperativeHaskell.cabal to work More... about 12 years ago
moved imperative up More... about 12 years ago