You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fsharp/TastPickle.fs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1511,7 +1511,7 @@ let p_typar_spec_data (x:Typar) st =
1511
1511
p_typar_constraints
1512
1512
p_xmldoc
1513
1513
1514
-
(x.typar_id,x.typar_attribs,int64 x.typar_flags.PickledBits,x.typar_constraints,x.typar_xmldoc) st
1514
+
(x.typar_id,x.Attribs,int64 x.typar_flags.PickledBits,x.Constraints,x.XmlDoc) st
1515
1515
1516
1516
letp_typar_spec(x:Typar)st=
1517
1517
//Disabled, workaround for bug 2721: if x.Rigidity <> TyparRigidity.Rigid then warning(Error(sprintf "p_typar_spec: typar#%d is not rigid" x.Stamp, x.Range))
@@ -1523,14 +1523,14 @@ let p_typar_specs = (p_list p_typar_spec)
1523
1523
letu_typar_spec_data st=
1524
1524
leta,c,d,e,g= u_tup5 u_ident u_attribs u_int64 u_typar_constraints u_xmldoc st