/[svn]/types/atoms.mli
ViewVC logotype

Contents of /types/atoms.mli

Parent Directory Parent Directory | Revision Log Revision Log


Revision 110 - (hide annotations)
Tue Jul 10 17:07:14 2007 UTC (5 years, 10 months ago) by abate
File size: 450 byte(s)
[r2002-11-10 22:26:37 by cvscast] Passage au type XML

Original author: cvscast
Date: 2002-11-10 22:26:39+00:00
1 abate 1 type 'a t (* = Finite of 'a list | Cofinite of 'a list *)
2    
3     val empty : 'a t
4 abate 18 val any : 'a t
5 abate 1
6     val cup : 'a t -> 'a t -> 'a t
7     val cap : 'a t -> 'a t -> 'a t
8     val diff : 'a t -> 'a t -> 'a t
9     val atom : 'a -> 'a t
10    
11     val contains : 'a -> 'a t -> bool
12     val is_empty : 'a t -> bool
13 abate 110 val is_atom : 'a t -> 'a option
14 abate 1 val sample : ('a list -> 'a) -> 'a t -> 'a
15    
16     val print : string -> (Format.formatter -> 'a -> unit) -> 'a t ->
17     (Format.formatter -> unit) list

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5