summaryrefslogtreecommitdiff
path: root/tests/lean/HashmapMain/FunsExternal_Template.lean
diff options
context:
space:
mode:
authorSon Ho2023-07-06 12:20:28 +0200
committerSon Ho2023-07-06 12:20:28 +0200
commit7c95800cefc87fad894f8bf855cfc047e713b3a7 (patch)
tree11b22541914a933bef896b5e765b002ac934faae /tests/lean/HashmapMain/FunsExternal_Template.lean
parent5ca36bfc50083a01af2b7ae5f75993a520757ef5 (diff)
Improve the generated comments
Diffstat (limited to 'tests/lean/HashmapMain/FunsExternal_Template.lean')
-rw-r--r--tests/lean/HashmapMain/FunsExternal_Template.lean8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/lean/HashmapMain/FunsExternal_Template.lean b/tests/lean/HashmapMain/FunsExternal_Template.lean
index 8853b7fc..f537fc8f 100644
--- a/tests/lean/HashmapMain/FunsExternal_Template.lean
+++ b/tests/lean/HashmapMain/FunsExternal_Template.lean
@@ -6,11 +6,11 @@ import HashmapMain.Types
open Primitives
open hashmap_main
-/- [hashmap_main::hashmap_utils::deserialize] -/
-axiom hashmap_utils.deserialize_fwd
+/- [hashmap_main::hashmap_utils::deserialize]: forward function -/
+axiom hashmap_utils.deserialize
: State → Result (State × (hashmap.HashMap U64))
-/- [hashmap_main::hashmap_utils::serialize] -/
-axiom hashmap_utils.serialize_fwd
+/- [hashmap_main::hashmap_utils::serialize]: forward function -/
+axiom hashmap_utils.serialize
: hashmap.HashMap U64 → State → Result (State × Unit)