Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
k-distribution/tests/.../a.k: adding smtlib attribute for iexp
Browse files Browse the repository at this point in the history
  • Loading branch information
Everett Hildenbrandt committed Nov 18, 2017
1 parent 1845379 commit 8aff58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k-distribution/tests/examples/symbolic/a.k
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ rule if("") => "default" [transition]
rule symIExp(I:Int) => iexp(I)

// uninterpreted function
syntax Int ::= iexp(Int) [function]
syntax Int ::= iexp(Int) [function, smtlib(iexp)]

endmodule

0 comments on commit 8aff58f

Please sign in to comment.