diff options
Diffstat (limited to 'src/Obs/Sort.idr')
-rw-r--r-- | src/Obs/Sort.idr | 2 |
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 |