Merge pull request #2911 from Z-snails/fixity-fix

Remove unused fixity definition
This commit is contained in:
Zoe Stafford 2023-03-05 13:00:05 +00:00 committed by GitHub
commit 1593e9f7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -3,7 +3,6 @@ module Compiler.ES.Doc
import Data.List
infixr 6 <++>
infixl 8 <?>
public export
data Doc