mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 12:42:02 +03:00
Merge pull request #2911 from Z-snails/fixity-fix
Remove unused fixity definition
This commit is contained in:
commit
1593e9f7da
@ -68,6 +68,9 @@
|
||||
dangerous as Idris will pick an arbitrary one and so the meaning of an
|
||||
expression can depend e.g. on the order in which modules are imported.
|
||||
|
||||
* Additionally some conflicting fixity declarations in the Idris 2 compiler
|
||||
and libraries have been removed.
|
||||
|
||||
### Library changes
|
||||
|
||||
#### Prelude
|
||||
|
@ -3,7 +3,6 @@ module Compiler.ES.Doc
|
||||
import Data.List
|
||||
|
||||
infixr 6 <++>
|
||||
infixl 8 <?>
|
||||
|
||||
public export
|
||||
data Doc
|
||||
|
Loading…
Reference in New Issue
Block a user