PolyKind for Fixed and HasResolution from Data.Fixed
7 Mar
2016
7 Mar
'16
1:29 a.m.
Hi all! If we define HasResolution and Fixed like that: class HasResolution (a :: k) where resolution :: p a -> Integer newtype Fixed (a :: k) = Fixed Integer We can do something like that: instance KnownNat a => HasResolution a where resolution = natVal 2.3 :: Fixed 1 -- Timofeev N.D.
3791
Age (days ago)
3791
Last active (days ago)
0 comments
1 participants
participants (1)
-
Никита Тимофеев