forked from GitHub/gf-core
overload rules and their documentation
This commit is contained in:
@@ -55,7 +55,7 @@ oper
|
||||
proof : Decl -> Proof
|
||||
= \d -> d ;
|
||||
proof : Proof -> Proof -> Proof
|
||||
= \p,q -> appendText p q ;
|
||||
= appendText ;
|
||||
proof : Branching -> Proofs -> Proof
|
||||
= \b,ps -> mkText (mkPhr b) ps
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user