1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00

Sort the fixity declarations like in the syntax.

This commit is contained in:
Rob Rix 2019-07-17 15:29:40 -04:00
parent d3cf5624e7
commit 325ec2a2c4
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -70,10 +70,10 @@ data Core f a
| Ann Loc (f a)
deriving (Foldable, Functor, Generic1, Traversable)
infixl 2 :$
infixr 1 :>>
infix 3 :=
infixl 2 :$
infixl 4 :.
infix 3 :=
instance HFunctor Core