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 #-}
|
||||
|
||||
module Hamming.App.Types (
|
||||
-- * AppState
|
||||
-- * Application state data
|
||||
-- ** AppState
|
||||
AppState (..),
|
||||
-- ** Lenses
|
||||
-- *** Lenses
|
||||
appMode,
|
||||
hammingCode,
|
||||
-- * AppMode
|
||||
-- ** AppMode
|
||||
AppMode (..),
|
||||
-- * EditState,
|
||||
-- ** EditState,
|
||||
EditState (..),
|
||||
-- ** Lenses
|
||||
-- *** Lenses
|
||||
rowNum,
|
||||
colNum,
|
||||
-- * Other Types
|
||||
|
|
Loading…
Reference in New Issue
Block a user