Source file basic.ml

1
2
3
4
5
6
7
include Yojson.Basic

include Read.Make (struct
  type t = Yojson.Basic.t

  let convert = Ast.to_basic
end)