Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
darius committed Apr 14, 2013
1 parent 6712a3a commit 3a724f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/fp.py
Expand Up @@ -49,8 +49,8 @@ def insertr(f, xs):
fp_parse = Parser(r"""
program = _ defs $ mk_program
defs = def defs |
defs = def defs
|
def = name == _ exp [.] _ mk_def
exp = term -> _ term ; _ exp mk_if
Expand Down

0 comments on commit 3a724f2

Please sign in to comment.