summaryrefslogtreecommitdiffstats
path: root/lib/iban.mli
blob: fa18a63766c328af0d370f72c65e109e17359b35 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
open Prelude

type t

val make : string -> t option
val sexp_of_t : t -> Sexp.t

include Stringable.S with type t := t
include Equal.S with type t := t