summaryrefslogtreecommitdiff
path: root/examples/logic/Prooftext.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-12-21 09:25:02 +0000
committeraarne <aarne@cs.chalmers.se>2006-12-21 09:25:02 +0000
commitfd90fe0791961982570835582dc900627ee62cd5 (patch)
tree2c86c977b6c1dd095726673c1c98e6e12411fad8 /examples/logic/Prooftext.gf
parent15fd1d590a70be3af1b4e0a6488ebba795922342 (diff)
overload rules and their documentation
Diffstat (limited to 'examples/logic/Prooftext.gf')
-rw-r--r--examples/logic/Prooftext.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/logic/Prooftext.gf b/examples/logic/Prooftext.gf
index 4c193740a..1833d6308 100644
--- a/examples/logic/Prooftext.gf
+++ b/examples/logic/Prooftext.gf
@@ -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
} ;