blob: 16b4b6afef087dc3cb1a198927c346355652d6c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- 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::hashmap_utils::deserialize]:
Source: 'tests/src/hashmap.rs', lines 330:4-330:47 -/
axiom hashmap_utils.deserialize : State → Result (State × (HashMap U64))
/- [hashmap::hashmap_utils::serialize]:
Source: 'tests/src/hashmap.rs', lines 325:4-325:46 -/
axiom hashmap_utils.serialize
: HashMap U64 → State → Result (State × Unit)
|