The latest version of thrist is 0.4-0.
thrist
Version 0.2.1 revision 0 uploaded by GaborGreif.
Package meta
- Synopsis
- Type-threaded list
- Description
Thrist is a list-like data structure (GADT) whose elements are values of a two-parameter datatype. The typing constraint ensures that the second type parameter of a former value unifies with the first type parameter of the latter.
This threading of types is the foundation for thrists' nice properties. E.g., paired with a suitable semantics, function composition (.) can be embedded.
Sub-modules demonstrate the power of the thrist idea by emulating some familiar data structures.
For further ideas, please consult the companion (draft) paper "Thrists: Dominoes of Data" at http://omega.googlecode.com/files/Thrist-draft-2011-11-20.pdf
- Author
- Gabor Greif, Brandon Simmons
- Bug reports
- n/a
- Category
- Data Structures
- Copyright
- (c) 2008-2011 Gabor Greif and Brandon Simmons
- Homepage
- http://heisenbug.blogspot.com/search/label/thrist
- Maintainer
- ggreif@gmail.com, brandon.m.simmons@gmail.com
- Package URL
- n/a
- Stability
- experimental