mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +03:00
Change associativity for System.Path operators (#2240)
Co-authored-by: eayus <erk@st-andrews.ac.uk>
This commit is contained in:
parent
5ef38dc3c2
commit
f93e1c4eac
@ -13,7 +13,7 @@ import Text.Quantity
|
||||
|
||||
import System.Info
|
||||
|
||||
infixr 5 </>, />
|
||||
infixl 5 </>, />
|
||||
infixr 7 <.>
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@ import System.File
|
||||
|
||||
%default total
|
||||
|
||||
infixr 5 </>, />
|
||||
infixl 5 </>, />
|
||||
infixr 7 <.>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user