ootAI/pretty.ml

6 lines
87 B
OCaml

open import "prelude.ml"
class pretty 'a begin
val pretty : 'a -> int -> string
end