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:
parent
d3cf5624e7
commit
325ec2a2c4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user