package smtml

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

Functor for creating a solver execution module

Parameters

Signature

type solver = Solver.t

The type representing a solver

type exec_state = Solver.t Interpret_intf.state

The type representing the execution state of interpreter

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

Initializes execution with an optional state

OCaml

Innovation. Community. Security.