Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 8a80864b07c5f16e9ba9be320c149cfa > files > 108

teyjus-1.0_b31-15mdk.i586.rpm

sig  maps.

kind  i  type.

type  father  i -> i -> o.

type  jane    i.
type  moses   i.
type  john    i.
type  peter   i.
type  james   i.
type  charles i.

type	mapfun		list A -> (A -> B) -> list B -> o.
type	mappred		list A -> (A -> B -> o) -> list B -> o.
type	reduce		list A -> (A -> B -> B) -> B -> B -> o.
type	reduce_eval	list A -> (A -> B -> B) -> B -> B -> o.
type	reduce_pred	list A -> (A -> B -> o) -> (B -> B -> B) -> B -> o.
type	for_each	list A -> (A -> o) -> o.