package lsp

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

Source file staged.ml

1
2
3
4
5
6
# 1 "submodules/dune/otherlibs/stdune-unstable/staged.ml"
type 'a t = 'a

let unstage t = t

let stage t = t
OCaml

Innovation. Community. Security.