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

Contents of /types/chars.mli

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18 - (hide annotations)
Tue Jul 10 16:58:28 2007 UTC (5 years, 10 months ago) by abate
File size: 504 byte(s)
[r2002-10-19 20:52:17 by cvscast] Empty log message

Original author: cvscast
Date: 2002-10-19 20:52:18+00:00
1 abate 12 module Unichar : sig
2     type t
3     val from_int: int -> t
4 abate 13 val from_char: char -> t
5 abate 12 val to_int: t -> int
6 abate 13
7 abate 12 val print : Format.formatter -> t -> unit
8     end
9    
10     type t = (Unichar.t * Unichar.t) list
11    
12     val empty : t
13 abate 18 val any : t
14 abate 12 val cup : t -> t -> t
15     val cap : t -> t -> t
16     val diff : t -> t -> t
17 abate 13 val char_class : Unichar.t -> Unichar.t -> t
18     val atom : Unichar.t -> t
19 abate 12
20    
21     val is_empty : t -> bool
22     val contains : int -> t -> bool
23     val sample : t -> Unichar.t
24    
25     val print : t -> (Format.formatter -> unit) list

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