package jsonxt

  1. Overview
  2. Docs

Source file basic_stream.ml

1
2
3
4
module Lexxer = Compliant_lexxer.Make(Basic.Compliance)
module Parser_stream = Parser_stream.Make(Basic.Compliance)
include Reader_stream.Make (Lexxer) (Parser_stream)
include Writer_stream.Make(Basic.Compliance)
OCaml

Innovation. Community. Security.