summaryrefslogtreecommitdiff
path: root/demo/ref.ur
diff options
context:
space:
mode:
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 () =