X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FId.lhs;h=e0ccb3e76dce451b03706d571c69a313c22aa3b3;hb=8f567db9b9b8d48c3efef7f3c229e5b7cbf3bfe6;hp=a6459bf423d78119b1f034971167988a6fb21439;hpb=085d9de94b86e1559de064528d6480ee27de9091;p=ghc-hetmet.git diff --git a/compiler/basicTypes/Id.lhs b/compiler/basicTypes/Id.lhs index a6459bf..e0ccb3e 100644 --- a/compiler/basicTypes/Id.lhs +++ b/compiler/basicTypes/Id.lhs @@ -122,6 +122,7 @@ import StaticFlags -- infixl so you can say (id `set` a `set` b) infixl 1 `setIdUnfolding`, `setIdArity`, + `setIdOccInfo`, `setIdDemandInfo`, `setIdStrictness`, `setIdSpecialisation`,