diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-09-22 13:23:27 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-09-22 13:23:27 -0400 |
commit | 6bf1ca818a5c360d7ad81a22c40b89606e9b6f3a (patch) | |
tree | 77167ea45ccdc596f8476f0679530416e5b5bda0 /tests/jscomp.urs | |
parent | 950fc955467d28baa7557992dc73044e0826b262 (diff) |
Basic arithmetic working with interpretation
Diffstat (limited to 'tests/jscomp.urs')
-rw-r--r-- | tests/jscomp.urs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/jscomp.urs b/tests/jscomp.urs new file mode 100644 index 00000000..6ac44e0b --- /dev/null +++ b/tests/jscomp.urs @@ -0,0 +1 @@ +val main : unit -> transaction page |