package stdune

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

Safe version of Scanf from the stdlib. Does not raise parsing errors errors.

val unescaped : string -> (string, unit) Result.t
val sscanf : string -> ('a, Stdlib.Scanf.Scanning.in_channel, 'b, 'c -> 'd, 'a -> 'e, 'e) Stdlib.format6 -> 'c -> ('d, unit) Stdlib.result