[Git][ghc/ghc][wip/nr/wasm-translation-prototypes] fix names
Norman Ramsey (@nrnrnr)
gitlab at gitlab.haskell.org
Thu Oct 6 21:28:38 UTC 2022
Norman Ramsey pushed to branch wip/nr/wasm-translation-prototypes at Glasgow Haskell Compiler / GHC
Commits:
b8def32f by Norman Ramsey at 2022-10-06T17:28:27-04:00
fix names
- - - - -
1 changed file:
- compiler/GHC/Wasm/Tx.hs
Changes:
=====================================
compiler/GHC/Wasm/Tx.hs
=====================================
@@ -117,15 +117,17 @@ wasmNullaryInt, wasmNullaryFloat ::
-> (forall t . WasmTypeTag t -> WasmExpr bool t -> codegen bool r)
-> codegen bool r
+
-- | Cmm unary operators of type `t -> t`
wasmUnary :: CG bool codegen
=> CT.Width
-> [CmmExpr]
- -> (forall t pre . WasmTypeTag t -> WasmIR bool (t : pre) (t : pre))
+ -> (forall t stack . WasmTypeTag t -> WasmIR bool (t : stack) (t : stack))
-> (forall t . WasmTypeTag t -> WasmExpr bool t -> codegen bool r)
-> codegen bool r
+
-- | Cmm binary operators of type `t -> t -> t`
wasmBinary ::
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b8def32f60fce7ab3d36e48881c9974c07c39194
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b8def32f60fce7ab3d36e48881c9974c07c39194
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221006/339716c7/attachment-0001.html>
More information about the ghc-commits
mailing list