-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
36 lines (24 loc) · 865 Bytes
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
0.4 (upcoming)
I.itlist_anyresult_lasterror
: list (iteratee 'el a') -> iteratee 'el 'a
I.junk ( = drop 1)
Reading integers with functions
I.read_[u]int{,32,64}[_nz]
Pure_IO for pure computations
I.enum_string for enumerating strings in constant and adjustable
memory
I.Reading_num(Num) for reading arbitrary precision numbers
in decimal fixed point notation.
0.3
installing via findlib
I.UTF8.utf8_of_char: enumeratee for
char -> utf8 conversion
I.limit enumeratee to limit iteratee with the specified amount
of input elements
I.catch / I.catchk for catching errors (with optional recovery)
I.feedI -- ported from Oleg's code
generating it_type.ml with type of module made by Iteratees.Make(IO)
(for pre-3.12 OCaml versions, really ugly generation)
0.1a
ported the code from http://okmij.org/ftp/Streams.html#iteratee
(IterateeM)