package eliom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.