package smtml

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

Module type Interpret_intf.SSource

Interpreter Interface

type solver

The type representing a solver

type exec_state

The type representing the execution state of interpreter

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

Initializes execution with an optional state