reflection 0.5 → 0.5.0.1
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- Data/Reflection.hs +3/−3
- reflection.cabal +1/−1
Data/Reflection.hs view
@@ -9,7 +9,7 @@ -- -- Maintainer : Edward Kmett <ekmett@gmail.com> -- Stability : experimental--- Portability : non-portable (scoped types, MPTCs, rank-n, FFI, kinds)+-- Portability : non-portable (MPTCs, fundeps, rank-2 types, flexible instances) -- -- Based on the Functional Pearl: Implicit Configurations paper by -- Oleg Kiselyov and Chung-chieh Shan.@@ -21,8 +21,8 @@ -- ------------------------------------------------------------------------------- -module Data.Reflection - ( +module Data.Reflection+ ( -- * Reflect Integrals ReifiesNum(..) , reifyIntegral
reflection.cabal view
@@ -1,5 +1,5 @@ name: reflection-version: 0.5+version: 0.5.0.1 license: BSD3 license-file: LICENSE author: Edward A. Kmett, Oleg Kiselyov and Chung-chieh Shan