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

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