summaryrefslogtreecommitdiff
path: root/src/Type.idr
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2023-06-16 18:01:33 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2023-06-16 18:01:33 +0100
commitaf7c222cc3e487cd3ca8b5dd8749b7e258da7c7c (patch)
tree995c3a9d7bc6965d2de56b8a4e1f3f10376e6e86 /src/Type.idr
parent5adc1ae9357e42937a601aab57d16b2190e10536 (diff)
Define semantics and encode types up to pairs.
Diffstat (limited to 'src/Type.idr')
-rw-r--r--src/Type.idr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Type.idr b/src/Type.idr
index 12c0a74..c4ab809 100644
--- a/src/Type.idr
+++ b/src/Type.idr
@@ -1,6 +1,6 @@
module Type
-infix 4 ~>
+infixr 4 ~>
public export
data Ty : Type where