package smtml

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

Module Interpret.MakeSource

Functor for creating a solver execution module

Parameters

Signature

Sourcetype solver = Solver.t

The type representing a solver

The type representing the execution state of interpreter

Sourceval start : ?state:exec_state -> Ast.script -> no_strict_status:bool -> exec_state

Initializes execution with an optional state