Source file Zaux.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 1 "extracted/Zaux.ml"

type radix =
  Farith_Big.big_int
  (* singleton inductive, whose constructor was Build_radix *)

(** val radix_val : radix -> Farith_Big.big_int **)

let radix_val r =
  r

(** val radix2 : radix **)

let radix2 =
  (Farith_Big.double Farith_Big.one)