Skip to content
Snippets Groups Projects
Commit 08a8dfc9 authored by sof's avatar sof
Browse files

[project @ 1997-05-26 05:09:36 by sof]

2.0x bootstrap interface file
parent e2d1686f
No related merge requests found
_interface_ HsMatches 1
_exports_
HsMatches Match GRHSsAndBinds pprMatch pprMatches pprGRHSsAndBinds ;
_declarations_
1 data Match a b c d ;
1 data GRHSsAndBinds a b c d ;
1 pprGRHSsAndBinds _:_ _forall_ [a b c d] {Name.NamedThing c, Outputable.Outputable c,
Outputable.Outputable d, PrelBase.Eq a,
Outputable.Outputable a, PrelBase.Eq b, Outputable.Outputable b}
=> Outputable.PprStyle -> PrelBase.Bool -> GRHSsAndBinds a b c d -> Pretty.Doc ;;
1 pprMatch _:_ _forall_ [a b c d] {Name.NamedThing c, Outputable.Outputable c,
Outputable.Outputable d, PrelBase.Eq a,
Outputable.Outputable a, PrelBase.Eq b, Outputable.Outputable b}
=> Outputable.PprStyle -> PrelBase.Bool -> Match a b c d -> Pretty.Doc ;;
1 pprMatches _:_ _forall_ [a b c d] {Name.NamedThing c, Outputable.Outputable c,
Outputable.Outputable d, PrelBase.Eq a,
Outputable.Outputable a, PrelBase.Eq b, Outputable.Outputable b}
=> Outputable.PprStyle -> (PrelBase.Bool, Pretty.Doc) -> [Match a b c d] -> Pretty.Doc ;;
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