summaryrefslogtreecommitdiff
path: root/src/Term/Pretty.idr
diff options
context:
space:
mode:
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