Skip to content

Commit

Permalink
minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
leouk committed Nov 2, 2024
1 parent dea0561 commit f336e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdm2isa/src/test/resources/lvl0/TestV2IFcns.vdmsl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ functions
-- "normal" function with declared specification
g: nat * nat1 -> nat1
g(x, y) == x + y
pre x > 10
pre x > 10 --@thmAttr pre_g[simp,intro!]
post x < RESULT;

-- "normal" function with declared specification and pre/post references
Expand Down

0 comments on commit f336e25

Please sign in to comment.