4 lines
115 B
OCaml
4 lines
115 B
OCaml
let initialize () =
|
|
Languages.register (module Hopix);
|
|
Compilers.register (module Compilers.Identity (Hopix))
|
|
|