1
0
forked from GitHub/gf-core

overload rules and their documentation

This commit is contained in:
aarne
2006-12-21 09:25:02 +00:00
parent e8b8185e04
commit 453e7c5c42
5 changed files with 76 additions and 29 deletions

View File

@@ -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
} ;