summaryrefslogtreecommitdiff
path: root/tests/lean/Hashmap/FunsExternal_Template.lean
blob: 2af57d1018bb4a6062cdbcc16d22b64cfea4c929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS
-- [hashmap]: external functions.
-- This is a template file: rename it to "FunsExternal.lean" and fill the holes.
import Base
import Hashmap.Types
open Primitives
open hashmap

/- [hashmap::utils::deserialize]:
   Source: 'tests/src/hashmap.rs', lines 330:4-330:47 -/
axiom utils.deserialize : State  Result (State × (HashMap U64))

/- [hashmap::utils::serialize]:
   Source: 'tests/src/hashmap.rs', lines 325:4-325:46 -/
axiom utils.serialize : HashMap U64  State  Result (State × Unit)