Skip to content

Instantly share code, notes, and snippets.

@MarcelineVQ
Last active July 8, 2020 05:04
Show Gist options
  • Select an option

  • Save MarcelineVQ/938d795a9ad9d6628ca95f264bdd101b to your computer and use it in GitHub Desktop.

Select an option

Save MarcelineVQ/938d795a9ad9d6628ca95f264bdd101b to your computer and use it in GitHub Desktop.
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