comparison src/cjr.sml @ 1104:72670131dace

Basis.serialize; separate file for mhash; run transactional finishers in reverse order; set needs_sig properly
author Adam Chlipala <adamc@hcoop.net>
date Thu, 31 Dec 2009 11:41:57 -0500
parents 0657e5adc938
children 7a31e0cf25e9
comparison
equal deleted inserted replaced
1103:2f42c61b8d0a 1104:72670131dace
130 | ServerAndPullAndPush 130 | ServerAndPullAndPush
131 131
132 datatype effect = datatype Export.effect 132 datatype effect = datatype Export.effect
133 datatype export_kind = datatype Export.export_kind 133 datatype export_kind = datatype Export.export_kind
134 134
135 type file = decl list * (export_kind * string * int * typ list * typ * sidedness) list 135 type file = decl list * (export_kind * string * int * typ list * typ * sidedness * bool) list
136 136
137 end 137 end