package yocaml

  1. Overview
  2. Docs

Source file lexicon.ml

1
2
3
4
5
6
7
8
9
10
11
12
type t = string

let target_is_up_to_date = Format.asprintf "Updated: %s"

let oh_dear_there_is_an_error x =
  Format.asprintf "Oh dear, there is an error [%a]" x
;;

let crap_there_is_an_error = oh_dear_there_is_an_error Error.pp
let crap_there_is_an_exception = oh_dear_there_is_an_error Preface.Exn.pp
let target_need_to_be_built = Format.asprintf "Fresh: %s"
let target_need_to_be_read = Format.asprintf "Read: %s"
OCaml

Innovation. Community. Security.