Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
vidsinghal committed Nov 19, 2024
1 parent 6251fe8 commit 62f1a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gibbon-compiler/src/Gibbon/HaskellFrontend.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Gibbon.HaskellFrontend
( parseFile, primMap, multiArgsToOne, desugarLinearExts ) where

import Control.Monad
import Data.Foldable ( foldrM )
import Data.Foldable ( foldrM, foldl' )
import Data.Maybe (catMaybes, isJust)
import qualified Data.Map as M
import qualified Data.Set as S
Expand Down

0 comments on commit 62f1a81

Please sign in to comment.