summaryrefslogtreecommitdiff
path: root/src/Obs/Syntax.idr
diff options
context:
space:
mode:
Diffstat (limited to 'src/Obs/Syntax.idr')
-rw-r--r--src/Obs/Syntax.idr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Obs/Syntax.idr b/src/Obs/Syntax.idr
index 07c625b..6b95910 100644
--- a/src/Obs/Syntax.idr
+++ b/src/Obs/Syntax.idr
@@ -36,7 +36,7 @@ Pretty Syntax where
prettyPrec d (Var x str) = pretty str
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) $