package base

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

Source file printf.ml

1
2
3
4
5
6
7
open! Import0
include Caml.Printf

(** failwith, invalid_arg, and exit accepting printf's format. *)

let failwithf fmt = ksprintf (fun s () -> failwith s) fmt
let invalid_argf fmt = ksprintf (fun s () -> invalid_arg s) fmt
OCaml

Innovation. Community. Security.