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

type t

val make : string -> t option

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