blob: e2fd281defdd0d6cbca1cb8490669962f1ec61d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *)
(** [external]: opaque function definitions *)
open primitivesLib divDefLib
open external_TypesTheory
val _ = new_theory "external_Opaque"
val _ = new_constant ("core_mem_swap_fwd",
“:'t -> 't -> state -> (state # unit) result”)
val _ = new_constant ("core_mem_swap_back0",
“:'t -> 't -> state -> state -> (state # 't) result”)
val _ = new_constant ("core_mem_swap_back1",
“:'t -> 't -> state -> state -> (state # 't) result”)
val _ = new_constant ("core_num_nonzero_non_zero_u32_new_fwd",
“:u32 -> state -> (state # core_num_nonzero_non_zero_u32_t option)
result”)
val _ = new_constant ("core_option_option_unwrap_fwd",
“:'t option -> state -> (state # 't) result”)
val _ = export_theory ()
|