id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
7117,Data family constructors defined in GHCi are not in scope,parcs,pcapriotti,"The following example explains the problem:

{{{
> data family Foo a
> data instance Foo Int = FooInt
> :t FooInt

<interactive>:1:1: Not in scope: data constructor `FooInt'
}}}

`FooInt` is defined, but `GHCi` doesn't recognize it.",bug,closed,highest,7.6.1,GHCi,7.4.2,fixed,,,Unknown/Multiple,Unknown/Multiple,Incorrect result at runtime,Unknown,,,,
