Files
agdaproofs/Rationals.agda
Patrick Stevens c94d437b9a Rationals (#3)
2019-01-06 17:30:09 +00:00

18 lines
356 B
Agda
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{-# OPTIONS --safe --warning=error #-}
open import LogicalFormulae
open import Naturals
open import Integers
open import Groups
open import Rings
open import Fields
open import PrimeNumbers
open import Setoids
open import Functions
open import FieldOfFractions
module Rationals where
: Field'
= encapsulateField (fieldOfFractions IntDom)