ocaml-export-0.3.0.0: Convert Haskell types in OCaml types

CopyrightPlow Technologies 2017
LicenseBSD3
Maintainermchaver@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

OCaml.BuckleScript.Decode

Description

 

Synopsis

Documentation

toOCamlDecoderSourceWith :: forall a. OCamlType a => Options -> a -> Text Source #

Convert a 'Proxy a' into OCaml type to decode JSON function source code without an interface file '.mli'.

toOCamlDecoderInterfaceWith :: forall a. OCamlType a => Options -> a -> Text Source #

Convert a 'Proxy a' into OCaml type to decode JSON function source code with an interface file '.mli'.