Skip to content

Commit

Permalink
does not print beta and let rules in afsm export
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagofelicissimo committed Feb 6, 2024
1 parent a004b82 commit 6aaa545
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/export/afsm.ml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,5 @@ A : t -> t -> t
L : t -> (t -> t) -> t
P : t -> (t -> t) -> t
B : t -> t -> (t -> t) -> t%a
A (L V Y) Z => Y Z
B V Z Y => Y Z%s
%s
\n" pp_syms !syms (Buffer.contents buf_rules)

0 comments on commit 6aaa545

Please sign in to comment.