package piqilib

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

Module Piq_ast.TypedSource

type t = {
  1. mutable typename : string;
  2. mutable value : Piq_ast.ast;
}