package bechamel

  1. Overview
  2. Docs

Source file staged.ml

1
2
3
4
5
type 'a t = 'a

external stage : 'a -> 'a t = "%identity"

external unstage : 'a t -> 'a = "%identity"