This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-#LANGUAGE LinearTypes#-} | |
{-#LANGUAGE ScopedTypeVariables#-} | |
{-#LANGUAGE BlockArguments#-} | |
{-#LANGUAGE ViewPatterns#-} | |
{-#OPTIONS_GHC -Wno-unused-top-binds#-} | |
module Main where | |
import qualified Data.IntMap as IM | |
import qualified Data.IntMap.Linear as IML | |
import qualified Data.Array.Mutable.Linear as AML |