package spin

  1. Overview
  2. Docs
A project generator for Reason and OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

spin-0.6.0.tbz
sha256=2fea29779b8751651e101064affbfc482c62c68fc6672f28a314ae60f30c75c2
sha512=df00a63f6f12fe8ebd1626356741256f00c2c51878f227bca4243c83ff8dbbe1734fe7ce70d22ecb134968795e166ea5770fc038551f48fb6d510e52c3234c2e

doc/spin.refmt/Spin_refmt/index.html

Module Spin_refmt

exception Refmt_error of string
type ast =
  1. | Impl of Reason_toolchain_conf.Parsetree.structure
  2. | Intf of Reason_toolchain_conf.Parsetree.signature_item list
type parse_output = {
  1. ast : ast;
  2. comments : Reason_comment.t list;
  3. parsed_as_ml : bool;
}
val parse : string -> parse_output
val print : string -> parse_output -> Format.formatter -> unit
val prepare_output_file : string -> out_channel
val close_output_file : out_channel -> unit
val output_of_input_file : string -> string
val convert : string -> unit
OCaml

Innovation. Community. Security.