Skip to content

Commit

Permalink
Hide IORef in Reader monad #11
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalh committed Dec 13, 2017
1 parent 34651e0 commit 341ee99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/gui/Language/Astview/Gui/Init.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ import Control.Monad.Reader
import Control.Monad.Trans (liftIO)
import Data.IORef

<<<<<<< 34651e0375c21059d8f26f0aea7afa4ce62f5f74
=======


>>>>>>> Hide IORef in Reader monad #11
import Graphics.UI.Gtk hiding (Language)
import Graphics.UI.Gtk.SourceView

Expand Down
2 changes: 1 addition & 1 deletion src/gui/Language/Astview/Gui/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ data GUI = GUI
}


-- * getter functions
-- * getAstStateter functions

mkLabels [ ''AstState
, ''Options
Expand Down

0 comments on commit 341ee99

Please sign in to comment.