sig
  val mem : '-> 'a array -> bool
  val exists : ('-> bool) -> 'a array -> bool
  val exists_const : ('-> '-> bool) -> '-> 'b array -> bool
  val for_all : ('-> bool) -> 'a array -> bool
  val for_all_const : ('-> '-> bool) -> '-> 'b array -> bool
end

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