package ninja_utils

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

Module Ninja_utils.BindingSource

Sourcetype t = Var.t * Expr.t
Sourceval make : Var.t -> Expr.t -> t
Sourceval format : global:bool -> Format.formatter -> t -> unit