blob: ea5ceed34d251305601065784446bfa0cc9e94c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
-- 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
set_option linter.dupNamespace false
set_option linter.hashCommand false
set_option linter.unusedVariables false
open hashmap
/- [hashmap::utils::deserialize]:
Source: 'tests/src/hashmap.rs', lines 331:4-331:47 -/
axiom utils.deserialize : State → Result (State × (HashMap U64))
/- [hashmap::utils::serialize]:
Source: 'tests/src/hashmap.rs', lines 326:4-326:46 -/
axiom utils.serialize : HashMap U64 → State → Result (State × Unit)
|