mte/unikernel/duniverse/base/test/helpers/test_stack.mli

4 lines
108 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
open! Base
module Debug (S : Stack.S) : Stack.S with type 'a t = 'a S.t
module Test (S : Stack.S) : sig end