package libzipperposition

  1. Overview
  2. Docs
Library for Zipperposition

Install

Dune Dependency

Authors

Maintainers

Sources

1.6.tar.gz
md5=97cdb2f90468e9e27c7bbe3b4fb160bb
sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d

doc/src/libzipperposition.phases/libzipperposition_phases.ml.html

Source file libzipperposition_phases.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14

(* This file is free software, part of Zipperposition. See file "license" for more details. *)

module Phases = Phases
module Phases_impl = Phases_impl

let main_cli ?setup_gc () =
  Phases.run (Phases_impl.main_cli ?setup_gc ())
  |> CCResult.map snd

let main ?setup_gc ?params file =
  Phases.run (Phases_impl.main ?setup_gc ?params file)
  |> CCResult.map snd

OCaml

Innovation. Community. Security.