mte/unikernel/duniverse/base/test/helpers/test_stack.mli
2025-11-11 02:07:51 +01:00

3 lines
108 B
OCaml

open! Base
module Debug (S : Stack.S) : Stack.S with type 'a t = 'a S.t
module Test (S : Stack.S) : sig end