diff options
author | Rutger Broekhoff | 2025-08-26 00:35:27 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2025-08-26 00:35:27 +0200 |
commit | e6873458facadea0dfb228bb33291d6baf68c427 (patch) | |
tree | 9ca19e2bbb12d92447f654a92280a6048383ebba /lib/iban.mli | |
parent | b8fbaa53b912347b3b50cac3e913a142db460b0a (diff) | |
download | rdcapsis-e6873458facadea0dfb228bb33291d6baf68c427.tar.gz rdcapsis-e6873458facadea0dfb228bb33291d6baf68c427.zip |
Basic import seems to be working
Diffstat (limited to 'lib/iban.mli')
-rw-r--r-- | lib/iban.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/iban.mli b/lib/iban.mli index 944928c..c2cad9f 100644 --- a/lib/iban.mli +++ b/lib/iban.mli | |||
@@ -3,6 +3,7 @@ open Core | |||
3 | type t | 3 | type t |
4 | 4 | ||
5 | val make : string -> t option | 5 | val make : string -> t option |
6 | val sexp_of_t : t -> Sexp.t | ||
6 | 7 | ||
7 | include Stringable.S with type t := t | 8 | include Stringable.S with type t := t |
8 | include Equal.S with type t := t | 9 | include Equal.S with type t := t |