projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
give a more useful message when the static flags have not been initialised (#1938)
[ghc-hetmet.git]
/
compiler
/
hsSyn
/
HsPat.lhs-boot
1
\begin{code}
2
module HsPat where
3
import SrcLoc( Located )
4
5
data Pat i
6
type LPat i = Located (Pat i)
7
\end{code}