summaryrefslogtreecommitdiff
path: root/src/Term/Pretty.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/Pretty.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/Pretty.idr')
-rw-r--r--src/Term/Pretty.idr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Term/Pretty.idr b/src/Term/Pretty.idr
index 043d478..1b62dc3 100644
--- a/src/Term/Pretty.idr
+++ b/src/Term/Pretty.idr
@@ -156,7 +156,6 @@ prettyOp (Inl _ _) = keyword "inl"
prettyOp (Inr _ _) = keyword "inr"
prettyOp (Prl _ _) = keyword "prl"
prettyOp (Prr _ _) = keyword "prr"
-prettyOp (Arb _) = keyword "arb"
parameters (names : Stream String)
prettyTerm' : (len : Len ctx) => Prec -> Term ty ctx -> Doc Syntax