package eliom

  1. Overview
  2. Docs
Advanced client/server Web and mobile framework

Install

Dune Dependency

Authors

Maintainers

Sources

10.3.0.tar.gz
md5=36c211d19776e6362feb57a4913efc11
sha512=9d8d3aadbd2174fe4edeba9e535cfa8ed974db5e406f0a6e2669a71e208f459da7ca8060628f3f19957b7b1911083a373653abf7e5385bb16d2ccee4ba49e80a

doc/src/eliom.client/eliom_lazy.ml.html

Source file eliom_lazy.ml

1
2
3
4
5
6
# 1 "src/lib/eliom_lazy.client.ml"
type 'a request = 'a

let from_fun f = f ()
let from_val x = x
let force x = x
OCaml

Innovation. Community. Security.