Change associativity for System.Path operators (#2240)

Co-authored-by: eayus <erk@st-andrews.ac.uk>
This commit is contained in:
Ellis Kesterton 2022-01-06 18:23:51 +00:00 committed by GitHub
parent 5ef38dc3c2
commit f93e1c4eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import Text.Quantity
import System.Info
infixr 5 </>, />
infixl 5 </>, />
infixr 7 <.>

View File

@ -19,7 +19,7 @@ import System.File
%default total
infixr 5 </>, />
infixl 5 </>, />
infixr 7 <.>