这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion demo.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
b <- cgenExpr l e2
liput l b $ Right e2
b' <- toVoidPtr (K.typeOf e2) b
c <- callCbits voidPtr "kltollvm_row_elemr" [a, toOperand $ tyValueToC $ K.typeOf e2, b']
c &gt;- callCbits voidPtr "kltollvm_row_elemr" [a, toOperand $ tyValueToC $ K.typeOf e2, b']

-- Make sure to return the correct value (previous function call returns a
-- void pointer).
Expand All @@ -244,6 +244,10 @@
[Listing [hask]: An out-of context piece of Haskell code.]

It's possible to reference listings: Consider Listing [hask].

In code '<' and '>' might be problematic if not followed by spaces, as indicated in the
[Markdeep documentation](https://casual-effects.com/markdeep/features.md.html#basicformatting/codeblocks/less-thansignsincode),
one solution is to use HTML entities `&lt;` and `&gt;`. `

---

Expand Down