Skip to content

Commit

Permalink
Mort aux doubles point-virgules.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@493 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xleroy committed Nov 29, 1995
1 parent f320cda commit c52e741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion otherlibs/num/arith_flags.mli
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ val error_when_null_denominator_flag : bool ref
val normalize_ratio_flag : bool ref
val normalize_ratio_when_printing_flag : bool ref
val floating_precision : int ref
val approx_printing_flag : bool ref;;
val approx_printing_flag : bool ref
4 changes: 2 additions & 2 deletions otherlibs/num/arith_status.mli
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

(* Module [Arith_status]: flags that control rational arithmetic *)

val arith_status: unit -> unit;;
val arith_status: unit -> unit
(* Print the current status of the arithmetic flags. *)

val get_error_when_null_denominator : unit -> bool
Expand Down Expand Up @@ -46,4 +46,4 @@ val set_floating_precision : int -> unit
This parameter is the number of digits displayed when
[approx_printing] is on.
Initially: 12. *)
;;

0 comments on commit c52e741

Please sign in to comment.