8 lines
92 B
OCaml
8 lines
92 B
OCaml
(* vim: set st=2 sw=2 et : *)
|
|
|
|
exception NotImplemented of string
|
|
;;
|
|
|
|
let init () =
|
|
()
|
|
;;
|