package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module type Stateless = sig ... end
module type Stateful = sig ... end
module FunLoc : Stateless

Type to represent an abstract thread ID.

module ThreadLiftNames : sig ... end
module Lift (Thread : S) : sig ... end
module Thread : sig ... end
module ThreadLifted : sig ... end