package clangml

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

Module Ast.IdNodeSource

Sourcemodule Sub : sig ... end
include sig ... end
Sourcetype 'a t = 'a
Sourcetype t__kinds = [
  1. | `Lazy
  2. | `Variable
]
Sourceval from_fun : (unit -> 'a) -> 'a
Sourceval from_val : 'a -> 'a
Sourceval force : 'a -> 'a