diff options
Diffstat (limited to 'src/Type.idr')
-rw-r--r-- | src/Type.idr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Type.idr b/src/Type.idr index 12c0a74..c4ab809 100644 --- a/src/Type.idr +++ b/src/Type.idr @@ -1,6 +1,6 @@ module Type -infix 4 ~> +infixr 4 ~> public export data Ty : Type where |