summaryrefslogtreecommitdiff
path: root/demo/ref.ur
diff options
context:
space:
mode:
Diffstat (limited to 'demo/ref.ur')
-rw-r--r--demo/ref.ur4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/ref.ur b/demo/ref.ur
index 1e406dd9..983cc814 100644
--- a/demo/ref.ur
+++ b/demo/ref.ur
@@ -1,9 +1,9 @@
structure IR = RefFun.Make(struct
- type t = int
+ type data = int
end)
structure SR = RefFun.Make(struct
- type t = string
+ type data = string
end)
fun main () =