package fmlib_browser

  1. Overview
  2. Docs
Write web applications for the browser in elm style

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.6.2.tar.gz
sha256=8b7b1245e7c9b57174aba854e2c44ea22403c12955a0ae01a437604763f350f3

doc/src/fmlib_browser/decoder.ml.html

Source file decoder.ml

1
2
3
4
5
include Fmlib_js.Base.Decode


let run (decode: 'a t) (v: Value.t): 'a option =
    decode v