reorganized haddock headers

This commit is contained in:
Jonathan Lamothe 2024-07-25 20:26:00 -04:00
parent 8feecdfad5
commit e95c3a73f3

View File

@ -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