package smtml

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

Compilation Module. This module provides functionality for parsing and processing abstract syntax trees (ASTs) from files, with support for transformations and rewrites.

val until_rewrite : Fpath.t -> Ast.t list

until_rewrite path parses and processes the AST from the given file path path and applies standard formula rewriting.

path is the file path to read and process. The function returns a list of AST nodes resulting from the rewrite process.

OCaml

Innovation. Community. Security.