Skip to content

Commit

Permalink
Oversimplified attempt to fix dotnet#212
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Feb 4, 2015
1 parent d922c48 commit f3f91f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/tastops.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5834,7 +5834,7 @@ let permuteExpr (sigma:int[]) (expr: Expr[]) (typ: TType[]) (names:string[]) =
existsR 0 (i' - 1) (fun j' -> invSigma.[j'] > i)

let rewrite i rbinds (xi:Expr) =
if liftPosition i then
if true || liftPosition i then
let tmpv,tmpe = mkCompGenLocal xi.Range names.[i] typ.[i]
let bind = mkCompGenBind tmpv xi
bind :: rbinds,tmpe
Expand Down

0 comments on commit f3f91f1

Please sign in to comment.