sig
  val identity : '-> 'a
  val constant : '-> '-> 'a
  val compose : ('-> 'b) -> ('-> 'a) -> '-> 'b
  val flip : ('-> '-> 'c) -> '-> '-> 'c
  val curry : ('a * '-> 'c) -> '-> '-> 'c
  val uncurry : ('-> '-> 'c) -> 'a * '-> 'c
  val until : ('-> bool) -> ('-> 'a) -> '-> 'a
  val fix : (('-> 'b) -> '-> 'b) -> '-> 'b
end

Hosted by the SourceForge.net Logo* web site.
*Other names and brands may be claimed as the property of others.