mirror of
https://github.com/LucasVbr/croissant.git
synced 2026-05-13 17:12:10 +00:00
6 lines
156 B
OCaml
6 lines
156 B
OCaml
class virtual node =
|
|
object
|
|
method virtual to_string : string
|
|
(* method virtual check_type : Types.type_ *)
|
|
(* method virtual eval *)
|
|
end |