mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-13 14:30:33 -05:00
4 lines
134 B
OCaml
4 lines
134 B
OCaml
|
|
module Int : Sidekick_arith.INT with type t = Z.t
|
|
|
|
module Rational : Sidekick_arith.RATIONAL with type t = Q.t and type bigint = Z.t
|