index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
transfer
/
lib
Age
Commit message (
Expand
)
Author
2005-12-09
Transfer: changed syntax to remove the mandatory type annotation in let.
bringert
2005-12-08
Transfer: fixed bug in prelude partition. Fixed naming of tuple field names, ...
bringert
2005-12-07
Transfer: derive Eq Bool
bringert
2005-12-06
Transfer: Changed transfer program file extension from .tr to .tra to avoid c...
bringert
2005-12-06
Transfer: fixed syntax error in prelude definition of partition.
bringert
2005-12-06
Transfer: moved pair stuff to prelude. Added partition function.
bringert
2005-12-05
Removed variable for the type argument of List.
bringert
2005-12-05
Added aggregation example.
bringert
2005-12-02
Transfer added guards and Eq derivation.
bringert
2005-12-01
Added list patterns. Added som simple prelude functions.
bringert
2005-12-01
Transfer: Added Double type.
bringert
2005-12-01
Transfer: moved stuff around in prelude. Added some new simple instances.
bringert
2005-12-01
Transfer: Added Add instance for lists.
bringert
2005-11-30
Added bind operators, do-notation, a cons operator and list sytnax.
bringert
2005-11-30
Added monad isntances for List and Maybe.
bringert
2005-11-30
Transfer: added monad class. fixed Compos class types.
bringert
2005-11-30
Transfer: reimplement operators with type classes.
bringert
2005-11-30
Moved transfer libraries to transfer/lib
bringert