Skip to content

Commit

Permalink
Update filterProg for methods renamed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Åman Pohjola committed Jun 6, 2019
1 parent 38556cc commit 1a488c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/filterProgScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ val stdErr_print = regexpMisc.stdErr_print;
fun regexpc r =
let open listSyntax regexpSyntax
val _ = stdErr_print "Compiling regexp to DFA by deduction (can be slow) :\n"
val regexp_tm = regexpSyntax.mk_regexp r
val regexp_tm = regexpSyntax.regexp_to_term r
val compile_thm = Count.apply regexpEval ``regexp_compiler$compile_regexp ^regexp_tm``
val triple = rhs (concl compile_thm)
val [t1,t2,t3] = strip_pair triple
Expand Down

0 comments on commit 1a488c1

Please sign in to comment.