changed comments, add _tags file

This commit is contained in:
Simon Cruanes 2014-06-23 23:29:47 +02:00
parent fcd2085190
commit 1beab5268b
3 changed files with 4 additions and 3 deletions

View file

@ -50,7 +50,7 @@ let finish s =
let apply f x = finish (f x init)
(** {2 Combinateurs} *)
(** {2 Combinators} *)
let int_ i s = _combine s (Int64.of_int i)
let bool_ x s = _combine s (if x then 1L else 2L)

View file

@ -53,8 +53,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
of this memory structure, cheaply and repeatably. *)
type +'a t = ('a -> unit) -> unit
(** Sequence abstract iterator type, representing a finite sequence of
values of type ['a]. *)
(** Sequence iterator type, representing a finite sequence of values
of type ['a] that one can iterate on. *)
type +'a sequence = 'a t

1
core/_tags Normal file
View file

@ -0,0 +1 @@
<CCHash.*>: inline(20)