| ||||
| ||||
| Documentation | ||||
| defixP :: [FixDef] -> Top -> (Top, [Error]) | ||||
| defixX :: [FixDef] -> Exp -> State [Error] Exp | ||||
| defixInfix :: [FixDef] -> [Exp] -> Either [Error] Exp | ||||
| defixEs :: [FixDef] -> [Exp] -> Either [Error] [Exp] | ||||
| defixEsLeft :: [FixDef] -> Int -> [Exp] -> [Exp] | ||||
| defixEsRight :: [FixDef] -> Int -> [Exp] -> [Exp] | ||||
| defaultFix :: (Int, InfixMode) | ||||
| getPrec :: [FixDef] -> Var -> Int | ||||
| getAssoc :: [FixDef] -> Var -> InfixMode | ||||
| Produced by Haddock version 0.7 |