summaryrefslogtreecommitdiff
path: root/tests/lean/HashmapMain/Opaque.lean
blob: bef4f3fbe9634e13f79a23d313bacfe27eb4dd77 (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_main]: opaque function definitions
import Base
import HashmapMain.Types
open Primitives

structure OpaqueDefs where
  
  /- [hashmap_main::hashmap_utils::deserialize] -/
  hashmap_utils_deserialize_fwd
    : State -> Result (State × (hashmap_hash_map_t U64))
  
  /- [hashmap_main::hashmap_utils::serialize] -/
  hashmap_utils_serialize_fwd
    : hashmap_hash_map_t U64 -> State -> Result (State × Unit)