summaryrefslogtreecommitdiff
path: root/src/Obs/Sort.idr
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2022-12-22 00:02:23 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2022-12-22 00:02:23 +0000
commit02cb45707da07d5e6faca92158d10a6e454a6bac (patch)
tree0957f3a54a7c75c3b4ae2437fc0d05b1ed0d5982 /src/Obs/Sort.idr
parenta8a4ef9933a1a07b6fbf2d257df2a5fb40b1e87d (diff)
Add Container types.
Diffstat (limited to 'src/Obs/Sort.idr')
-rw-r--r--src/Obs/Sort.idr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Obs/Sort.idr b/src/Obs/Sort.idr
index bbd6975..f76453a 100644
--- a/src/Obs/Sort.idr
+++ b/src/Obs/Sort.idr
@@ -35,7 +35,7 @@ Pretty Sort where
-- Operations ------------------------------------------------------------------
-infix 5 ~>
+infixr 5 ~>
public export
suc : Sort -> Sort