-- This is the preferred version of the rationals in the library. Other
-- versions can be found in the MoreRationals directory.
{-# OPTIONS --safe #-}
module Cubical.Data.Rationals where

open import Cubical.Data.Rationals.Base public
open import Cubical.Data.Rationals.Properties public