comparison src/cjrize.sig @ 109:813e5a52063d

Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 10:17:06 -0400
parents 537db4ee89f4
children
comparison
equal deleted inserted replaced
108:f59553dc1b6a 109:813e5a52063d
25 * POSSIBILITY OF SUCH DAMAGE. 25 * POSSIBILITY OF SUCH DAMAGE.
26 *) 26 *)
27 27
28 signature CJRIZE = sig 28 signature CJRIZE = sig
29 29
30 val cjrize : Flat.file -> Cjr.file 30 val cjrize : Mono.file -> Cjr.file
31 31
32 end 32 end