Mercurial > urweb
comparison src/mono.sml @ 590:57f476c934da
Injecting an int
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 01 Jan 2009 15:11:17 -0500 |
parents | 1e589a60b86f |
children | 330a7de47914 |
comparison
equal
deleted
inserted
replaced
589:102e81d975e3 | 590:57f476c934da |
---|---|
58 withtype pat = pat' located | 58 withtype pat = pat' located |
59 | 59 |
60 datatype javascript_mode = | 60 datatype javascript_mode = |
61 Attribute | 61 Attribute |
62 | Script | 62 | Script |
63 | File | 63 | Source of typ |
64 | 64 |
65 datatype exp' = | 65 datatype exp' = |
66 EPrim of Prim.t | 66 EPrim of Prim.t |
67 | ERel of int | 67 | ERel of int |
68 | ENamed of int | 68 | ENamed of int |