package repr

  1. Overview
  2. Docs

Source file staging.ml

1
2
3
4
type +'a staged = 'a

let stage x = x
let unstage x = x
OCaml

Innovation. Community. Security.