package irky

  1. Overview
  2. Docs

Source file common_.ml

1
2
3
4
5
module Fmt = Format

let spf = Printf.sprintf

type 'a or_error = ('a, string) result