summaryrefslogtreecommitdiff
path: root/demo/ref.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-11-06 17:09:53 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-11-06 17:09:53 -0500
commit98d669cf07157e275fa796fdd5ad35f3388b0ad1 (patch)
tree16401277a8c24a1bcfcc410700526f64ba27a5b8 /demo/ref.ur
parent5b41c32b3fb60944fd5d342f7f6ee4413510b9f5 (diff)
About to begin optimization of recursive transaction functions
Diffstat (limited to 'demo/ref.ur')
-rw-r--r--demo/ref.ur2
1 files changed, 0 insertions, 2 deletions
diff --git a/demo/ref.ur b/demo/ref.ur
index 4030b6fa..1e406dd9 100644
--- a/demo/ref.ur
+++ b/demo/ref.ur
@@ -1,11 +1,9 @@
structure IR = RefFun.Make(struct
type t = int
- val inj = _
end)
structure SR = RefFun.Make(struct
type t = string
- val inj = _
end)
fun main () =