Skip to content

Commit

Permalink
Formatting change to example.shen
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoeninger committed May 12, 2017
1 parent 656195a commit 08c4436
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example.shen
Expand Up @@ -44,8 +44,7 @@

(defcc <rule>
<patterns> -> <action> where <guard> := [<patterns> [where <guard> <action>]];
<patterns> <- <action> where <guard>
:= [<patterns> [where <guard> [choicepoint! <action>]]];)
<patterns> <- <action> where <guard> := [<patterns> [where <guard> [choicepoint! <action>]]];)

(define strings ->
(case
Expand Down

0 comments on commit 08c4436

Please sign in to comment.