Skip to content

Commit

Permalink
crucible-llvm-syntax: Remove redundant do
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Nov 1, 2023
1 parent 7022ffa commit 00bf64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crucible-llvm-syntax/src/Lang/Crucible/LLVM/Syntax.hs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ llvmAtomParser mvar =
Atom.AtomName "store" -> Parse.describe "LLVM store arguments" $ do
loc <- Parse.position
Parse.depCons parseAlign $ \align ->
Parse.depCons parseMemType $ \memTy -> do
Parse.depCons parseMemType $ \memTy ->
llvmTypeAsRepr memTy $ \tyRep -> do
assign <- Parse.operands (Ctx.Empty Ctx.:> LLVMPointerRepr ?ptrWidth Ctx.:> tyRep)
case Mem.toStorableType memTy of
Expand Down

0 comments on commit 00bf64e

Please sign in to comment.