Skip to content

Commit

Permalink
Update a Coq definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Nov 13, 2024
1 parent 2b75126 commit 8f88171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/coq/misc/External_FunsExternal.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Axiom core_cell_Cell_get :
Axiom core_cell_Cell_get_mut :
forall{T : Type},
core_cell_Cell_t T -> state -> result (state * (T * (T -> state ->
result (state * (core_cell_Cell_t T)))))
state * (core_cell_Cell_t T))))
.

End External_FunsExternal.

0 comments on commit 8f88171

Please sign in to comment.