diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2026-01-01 20:47:17 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2026-01-01 20:47:17 -0700 |
| commit | 4c5a5cc0eb92319719773e382fb43d5cb4098b13 (patch) | |
| tree | 4ad36814f75397af0515449a0753395f0dee5eb0 /plug/src/Montis/StackSet.hs | |
| parent | cb657fa9fc8124bdab42eb148e9b4a8ac69fc05e (diff) | |
| download | montis-4c5a5cc0eb92319719773e382fb43d5cb4098b13.tar.gz montis-4c5a5cc0eb92319719773e382fb43d5cb4098b13.tar.bz2 montis-4c5a5cc0eb92319719773e382fb43d5cb4098b13.zip | |
Diffstat (limited to 'plug/src/Montis/StackSet.hs')
| -rw-r--r-- | plug/src/Montis/StackSet.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plug/src/Montis/StackSet.hs b/plug/src/Montis/StackSet.hs index 9f24514..4101a2f 100644 --- a/plug/src/Montis/StackSet.hs +++ b/plug/src/Montis/StackSet.hs @@ -1,11 +1,11 @@ +{-# OPTIONS_GHC -Wno-orphans -Wno-missing-export-lists #-} + module Montis.StackSet where -import Control.Monad (void) import Data.Monoid (First(..)) import Control.Monad.Identity import Control.Monad.Writer (MonadWriter (tell), execWriter) import Data.Maybe (isJust, mapMaybe) -import Data.Maybe (isJust) -- | The root datastructure for holding the state of the windows. data StackSet s sd t l a = StackSet |