Skip to content
Snippets Groups Projects
Commit 36c67e39 authored by sof's avatar sof
Browse files

[project @ 1997-05-26 05:13:47 by sof]

Fixed associativity (left) of cvs diff ghc/PrelBase.lhs
parent 4266580f
No related merge requests found
......@@ -16,7 +16,8 @@ module PrelBase(
import {-# SOURCE #-} IOBase ( error )
import GHC
infixr 9 ., !!
infixr 9 .
infixl 9 !!
infixl 7 *
infixl 6 +, -
infixr 5 ++, :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment