summaryrefslogtreecommitdiff
path: root/src/Term.idr
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2024-01-22 12:11:20 +0000
committerChloe Brown <chloe.brown.00@outlook.com>2024-01-22 12:11:20 +0000
commitf0f44fe7815435836bc625e837e891188ae8d801 (patch)
treea695ae6fee918ffa653502ad000e75997d221d75 /src/Term.idr
parent5d5807f215805f1e235a0ad0546f995dd19a6767 (diff)
Fix some bug?
I don't really know. I haven't read this in a long time.
Diffstat (limited to 'src/Term.idr')
-rw-r--r--src/Term.idr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Term.idr b/src/Term.idr
index f6fecbb..b6367a1 100644
--- a/src/Term.idr
+++ b/src/Term.idr
@@ -27,7 +27,6 @@ data Operator : List Ty -> Ty -> Type where
Inr : (ty, ty' : Ty) -> Operator [ty'] (ty <+> ty')
Prl : (ty, ty' : Ty) -> Operator [ty <+> ty'] ty
Prr : (ty, ty' : Ty) -> Operator [ty <+> ty'] ty'
- Arb : (ty : Ty) -> Operator [] ty
%name Operator op