s/Invisible/Inferred/g s/Visible/Required/g
This renames VisibilityFlag from > data VisibilityFlag = Visible | Specified | Invisible to > data ArgFlag = Required | Specified | Inferred The old name was quite confusing, because both Specified and Invisible were invisible! The new names are hopefully clearer.
Showing
- compiler/basicTypes/DataCon.hs 4 additions, 4 deletionscompiler/basicTypes/DataCon.hs
- compiler/basicTypes/Var.hs 42 additions, 41 deletionscompiler/basicTypes/Var.hs
- compiler/iface/BuildTyCl.hs 10 additions, 10 deletionscompiler/iface/BuildTyCl.hs
- compiler/iface/IfaceType.hs 9 additions, 9 deletionscompiler/iface/IfaceType.hs
- compiler/iface/TcIface.hs 2 additions, 2 deletionscompiler/iface/TcIface.hs
- compiler/prelude/TysWiredIn.hs 1 addition, 1 deletioncompiler/prelude/TysWiredIn.hs
- compiler/prelude/TysWiredIn.hs-boot 2 additions, 2 deletionscompiler/prelude/TysWiredIn.hs-boot
- compiler/typecheck/Inst.hs 3 additions, 3 deletionscompiler/typecheck/Inst.hs
- compiler/typecheck/TcBinds.hs 4 additions, 4 deletionscompiler/typecheck/TcBinds.hs
- compiler/typecheck/TcCanonical.hs 2 additions, 2 deletionscompiler/typecheck/TcCanonical.hs
- compiler/typecheck/TcErrors.hs 1 addition, 1 deletioncompiler/typecheck/TcErrors.hs
- compiler/typecheck/TcExpr.hs 2 additions, 2 deletionscompiler/typecheck/TcExpr.hs
- compiler/typecheck/TcGenDeriv.hs 2 additions, 2 deletionscompiler/typecheck/TcGenDeriv.hs
- compiler/typecheck/TcHsType.hs 3 additions, 3 deletionscompiler/typecheck/TcHsType.hs
- compiler/typecheck/TcInstDcls.hs 1 addition, 1 deletioncompiler/typecheck/TcInstDcls.hs
- compiler/typecheck/TcPatSyn.hs 4 additions, 4 deletionscompiler/typecheck/TcPatSyn.hs
- compiler/typecheck/TcRnDriver.hs 1 addition, 1 deletioncompiler/typecheck/TcRnDriver.hs
- compiler/typecheck/TcRnTypes.hs 1 addition, 1 deletioncompiler/typecheck/TcRnTypes.hs
- compiler/typecheck/TcSigs.hs 1 addition, 1 deletioncompiler/typecheck/TcSigs.hs
- compiler/typecheck/TcTyClsDecls.hs 2 additions, 2 deletionscompiler/typecheck/TcTyClsDecls.hs
Loading
Please register or sign in to comment