| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Documentation | ||||||||||||||||||||||||||||||||||
type ErrRpt = [ErrSit] | ||||||||||||||||||||||||||||||||||
type ErrSit = Cell [ErrDesc] | ||||||||||||||||||||||||||||||||||
data ErrDesc | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
type Color = Int | ||||||||||||||||||||||||||||||||||
type ErrorInfo = (Color, String) | ||||||||||||||||||||||||||||||||||
refineErrs :: ErrRpt -> ErrRpt | ||||||||||||||||||||||||||||||||||
combErrs :: [ErrSit] -> ErrSit | ||||||||||||||||||||||||||||||||||
refineErr :: Indx -> ErrDesc -> [ErrSit] | ||||||||||||||||||||||||||||||||||
Produced by Haddock version 0.8 |