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.ml | |
parent | b8fbaa53b912347b3b50cac3e913a142db460b0a (diff) | |
download | rdcapsis-e6873458facadea0dfb228bb33291d6baf68c427.tar.gz rdcapsis-e6873458facadea0dfb228bb33291d6baf68c427.zip |
Basic import seems to be working
Diffstat (limited to 'lib/iban.ml')
-rw-r--r-- | lib/iban.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/iban.ml b/lib/iban.ml index 6e47e9d..1db6c7b 100644 --- a/lib/iban.ml +++ b/lib/iban.ml | |||
@@ -84,4 +84,5 @@ let of_string s = | |||
84 | | Some iban -> iban | 84 | | Some iban -> iban |
85 | | None -> Printf.failwithf "Iban.of_string: %S" s () | 85 | | None -> Printf.failwithf "Iban.of_string: %S" s () |
86 | 86 | ||
87 | let sexp_of_t iban = Sexp.Atom iban | ||
87 | let equal = String.equal | 88 | let equal = String.equal |