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