package dolmen

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

Module type Dolmen_smtlib2_v6.IdSource

Sourcetype t

The type of identifiers

Sourcetype namespace

Namespace for identifiers

Sourceval sort : namespace
Sourceval term : namespace
Sourceval attr : namespace

The namespace for sorts (also called typee), terms and attributes, respectively.

Sourceval mk : namespace -> string -> t

Make an identifier from a name and namespace.

Sourceval indexed : namespace -> string -> string list -> t

Create an indexed identifier.