Last active
July 8, 2020 05:04
-
-
Save MarcelineVQ/938d795a9ad9d6628ca95f264bdd101b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data LReal : Type -> Type where | |
| LInteger : Integer -> LReal Integer | |
| LFloat : Float -> LReal Float | |
| LRational : Rational -> LReal Rational | |
| instance NUm (LReal a) where ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment