reorganized haddock headers
This commit is contained in:
parent
8feecdfad5
commit
e95c3a73f3
|
@ -27,16 +27,17 @@ License along with this program. If not, see
|
||||||
{-# LANGUAGE TemplateHaskell #-}
|
{-# LANGUAGE TemplateHaskell #-}
|
||||||
|
|
||||||
module Hamming.App.Types (
|
module Hamming.App.Types (
|
||||||
-- * AppState
|
-- * Application state data
|
||||||
|
-- ** AppState
|
||||||
AppState (..),
|
AppState (..),
|
||||||
-- ** Lenses
|
-- *** Lenses
|
||||||
appMode,
|
appMode,
|
||||||
hammingCode,
|
hammingCode,
|
||||||
-- * AppMode
|
-- ** AppMode
|
||||||
AppMode (..),
|
AppMode (..),
|
||||||
-- * EditState,
|
-- ** EditState,
|
||||||
EditState (..),
|
EditState (..),
|
||||||
-- ** Lenses
|
-- *** Lenses
|
||||||
rowNum,
|
rowNum,
|
||||||
colNum,
|
colNum,
|
||||||
-- * Other Types
|
-- * Other Types
|
||||||
|
|
Loading…
Reference in New Issue
Block a user