You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is just an example. In actual program using this library, allowing empty list is more convenient. I was wondering whether you allow to us use $bbs with empty [BasicBlock].
The text was updated successfully, but these errors were encountered:
Hi, developers of llvm-hs-quote.
Environment
llvm-hs-quote
: 1497273stack solver: lts-10.3 (this is the same as
llvm-hs-quote
)Proposal
Allow library users to use
$bbs
with empty[BasicBlock]
.My concern
module11 [bBlock]
has no error in the following code. However,module11 []
has a runtime error.runtime error message
To avoid the empty-list problem, I should write the following. In the code,
betterModule11 []
has no error, but it is redundant.The code is just an example. In actual program using this library, allowing empty list is more convenient. I was wondering whether you allow to us use
$bbs
with empty[BasicBlock]
.The text was updated successfully, but these errors were encountered: