Skip to content

Instantly share code, notes, and snippets.

View UnrelatedMicrowave's full-sized avatar

UnrelatedMicrowave

View GitHub Profile
{-#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