4 lines
61 B
Text
4 lines
61 B
Text
module type Eatable = sig
|
|
type t
|
|
val eat : t -> unit
|
|
end
|
module type Eatable = sig
|
|
type t
|
|
val eat : t -> unit
|
|
end
|