~
This commit is contained in:
parent
f468380451
commit
b5e73d487c
10 changed files with 92 additions and 106 deletions
|
|
@ -56,7 +56,8 @@ let of_string =
|
|||
choice
|
||||
[
|
||||
char '+' *> return (Some Sign_plus);
|
||||
char '-' *> return (Some Sign_minus); return None;
|
||||
char '-' *> return (Some Sign_minus);
|
||||
return None;
|
||||
]
|
||||
in
|
||||
let parse_currency =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue