diff options
Diffstat (limited to 'src/Obs/Term.idr')
-rw-r--r-- | src/Obs/Term.idr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Obs/Term.idr b/src/Obs/Term.idr index 62a22bc..05b9a7f 100644 --- a/src/Obs/Term.idr +++ b/src/Obs/Term.idr @@ -53,7 +53,7 @@ Pretty (Term n) where prettyPrec d (Var x i) = pretty "$\{show i}" prettyPrec d (Sort x s) = prettyPrec d s prettyPrec d (Top x) = pretty "()" - prettyPrec d (Point x) = pretty "_" + prettyPrec d (Point x) = pretty "*" prettyPrec d (Bottom x) = pretty "Void" prettyPrec d (Absurd x a t) = parenthesise (d > Open) $ |