Skip to content

Commit

Permalink
smt-driver: nil is a constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspena authored and nishantjr committed May 5, 2020
1 parent f4a6e03 commit f4b143b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prover/drivers/smt-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ module DRIVER-SMT
<declaration> symbol nil { SMTLIB2SortToSort(LOC) } (.Sorts) : SMTLIB2SortToSort(LOC) </declaration>
<declaration> axiom !N:AxiomName : heap(SMTLIB2SortToSort(LOC), SMTLIB2SortToSort(DATA)) </declaration>
<declaration> axiom !M:AxiomName : functional(nil { SMTLIB2SortToSort(LOC) }) </declaration>
<declaration> axiom !P:AxiomName : constructor(nil { SMTLIB2SortToSort(LOC) }) </declaration>
) ...
</declarations>
Expand Down

0 comments on commit f4b143b

Please sign in to comment.