Skip to content

Commit

Permalink
Quickfix for #9 and #10
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jan 22, 2015
1 parent 6d0ac01 commit 475ba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/absil/ilreflect.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ let rec buildTypeDefPass1 cenv emEnv (modB:ModuleBuilder) rootTypeBuilder nestin
let typT =
// Q: would it be ok to use typB :> Type ?
// Maybe not, recall TypeBuilder maybe subtype of Type, but it is not THE Type.
let nameInModule = tref.QualifiedName
let nameInModule = tref.QualifiedName.Replace(",","\,")
modB.GetTypeAndLog(nameInModule,false,false)

let emEnv = envBindTypeRef emEnv tref (typT,typB,tdef)
Expand Down

0 comments on commit 475ba2b

Please sign in to comment.