Mercurial > urweb
comparison src/mono.sml @ 251:326fb4686f60
Monoize transaction identifiers; improve disjointness prover on irreducible folds; change 'query' type
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 31 Aug 2008 10:36:54 -0400 |
parents | 890a61991263 |
children | 7e9bd70ad3ce |
comparison
equal
deleted
inserted
replaced
250:98f551ddd54b | 251:326fb4686f60 |
---|---|
69 | 69 |
70 | EStrcat of exp * exp | 70 | EStrcat of exp * exp |
71 | 71 |
72 | EWrite of exp | 72 | EWrite of exp |
73 | ESeq of exp * exp | 73 | ESeq of exp * exp |
74 | ELet of string * typ * exp * exp | |
74 | 75 |
75 | EClosure of int * exp list | 76 | EClosure of int * exp list |
76 | 77 |
77 | 78 |
78 withtype exp = exp' located | 79 withtype exp = exp' located |