diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-08-04 15:24:31 -0400 |
---|---|---|
committer | GHC GitLab CI <ghc-ci@gitlab-haskell.org> | 2022-08-05 13:09:27 -0400 |
commit | 19bb7ea83b0599dcd214d2edc0f15bfc840bfccf (patch) | |
tree | ebe483eaa8ab3b4d272ef34d205bdabfd8fdacda /utils/genprimopcode | |
parent | f3b6d424e05f80e9ab964df7d3ecabc584955229 (diff) | |
download | haskell-wip/kill-ioport.tar.gz |
Kill IOPort#wip/kill-ioport
Diffstat (limited to 'utils/genprimopcode')
-rw-r--r-- | utils/genprimopcode/Main.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/genprimopcode/Main.hs b/utils/genprimopcode/Main.hs index 6984f4a296..23742880f6 100644 --- a/utils/genprimopcode/Main.hs +++ b/utils/genprimopcode/Main.hs @@ -802,8 +802,6 @@ ppType (TyApp (TyCon "StableName#") [x]) = "mkStableNamePrimTy " ++ ppType x ppType (TyApp (TyCon "MVar#") [x,y]) = "mkMVarPrimTy " ++ ppType x ++ " " ++ ppType y -ppType (TyApp (TyCon "IOPort#") [x,y]) = "mkIOPortPrimTy " ++ ppType x - ++ " " ++ ppType y ppType (TyApp (TyCon "TVar#") [x,y]) = "mkTVarPrimTy " ++ ppType x ++ " " ++ ppType y ppType (TyApp (VecTyCon _ pptc) []) = pptc |