- 08 Aug, 2007 7 commits
-
-
bbr authored
-
bbr authored
-
bbr authored
-
bbr authored
the information about imports in fint file is not enough. I wonder why that is...
-
bbr authored
- added fail constructor to primitive type wrapper - changed prim_error and failed - conversion string<->string'
-
bbr authored
- constructor for each type failure - changed instances+show rules - changed representation of primitive types
-
bbr authored
-
- 07 Aug, 2007 1 commit
-
-
bbr authored
- makefile cleans now oracle path - completed call for stricths from kicsi - added orc directory to input of ghc - removed to/from data from prelude - include file for strict prelude added similar files needed for other libraries - let expressions again correctly printed in pretty printer - revived the underscore function in strict steps and added improvements by holger - added type signature in Wrapper - thousends of small changes in stricths to make prelude fit and include external definitions
-
- 02 Aug, 2007 1 commit
-
-
bbr authored
- dependencies in Makefile updated for stricths - fixed a bug in compiler from adding debug mode - added back quotes to Pretty library - added banner and better interaction to strict steps - many improves in PrettyStrict to make haskell conform code - added make capability to stricths - as yet removed tuples and lists - changed treatment of main function - added external definition
-
- 27 Jul, 2007 2 commits
-
-
bbr authored
-
bbr authored
- some changes in compiler to call prophecy - new in makefile to produce bin/prophecy (but not part of make all yet) - script kghci recovered - Oracle added to internal Libraries of All_Libraries - Added support for type flat curry synonyms in compiler therefore synonym string eliminated from external prelude - added name for debug modules in Names.hs - Distribution modules now (nearly) identical - prophecy transformation with make and force option - added wrapper for prim_bind
-
- 24 Jul, 2007 2 commits
- 23 Jul, 2007 2 commits
- 12 Jul, 2007 1 commit
-
-
bbr authored
see branch gui
-
- 11 Jul, 2007 2 commits
-
-
bbr authored
- the compiler treats especially: a) tests each function of result type Global b) makes sure they become proper constants c) does not generate a type signature for them
- 10 Jul, 2007 4 commits
- 09 Jul, 2007 6 commits
-
-
bbr authored
various external modules had to be changed
-
bbr authored
- in addition: no () put out in new ghc
-
bbr authored
- several changes in the external functions of prelude still necessary - main change in the teatment of part calls
-
bbr authored
- several changes in the according file - change to have generate instance for functions
-
bbr authored
the state argument was changed to be last in the generated instances
-
bbr authored
the autogenerated files removed from repositrory
-
- 05 Jul, 2007 4 commits
-
-
bbr authored
- the autogenerated files were removed from repository (test if this still compiles upon check out!) - the external interfaces of prelude have been modified (phew) such that they compile now
-
bbr authored
- some small changes in base files - adding the state argument has been bett abstracted - compiler adjusted so that auto generated files work
-
bbr authored
we need to put the state as last element. Otherwise the global module can never work. This is done now for the most basic files.
-
bbr authored
-