projects
/
ghc-base.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix the type of wgencat
[ghc-base.git]
/
Data
/
Dynamic.hs-boot
1
{-# OPTIONS -fno-implicit-prelude #-}
2
module Data.Dynamic where
3
import {-# SOURCE #-} Data.Typeable (TypeRep)
4
data Dynamic
5
dynTypeRep :: Dynamic -> TypeRep