package lsp

  1. Overview
  2. Docs

doc/src/lsp.stdune/staged.ml.html

Source file staged.ml

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

let unstage t = t

let stage t = t
OCaml

Innovation. Community. Security.