3 lines
108 B
OCaml
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
|