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 (
Collapse
)
Author
2008-06-26
removed transfer from gf3
aarne
2006-03-20
Expermintation woth a collections framework for transfer.
bringert
2006-03-15
Transfer prelude: added missing type arguments to some type classes.
bringert
2006-03-15
Fixed typo in transfer prelude: prim_eq_Str
bringert
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
made it 1-based as in docs, instead of 0-based as before.
2005-12-07
Transfer: derive Eq Bool
bringert
2005-12-06
Transfer: Changed transfer program file extension from .tr to .tra to avoid ↵
bringert
collision with Troff file extension.
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