package smtml

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

Module Smtml.UtilsSource

Sourceval run_and_time_call : use:(float -> 'a) -> (unit -> 'b) -> 'b
Sourceval query_log_path : Fpath.t option
Sourceval protect : Smtml_prelude.Mutex.t -> (unit -> 'a) -> 'a
Sourceval write : string -> Expr.t list -> int64 -> unit