From e95c3a73f39c3a8e604bacca4f9099e367747f94 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Thu, 25 Jul 2024 20:26:00 -0400 Subject: [PATCH] reorganized haddock headers --- src/Hamming/App/Types.hs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Hamming/App/Types.hs b/src/Hamming/App/Types.hs index e3527b0..f51aa9f 100644 --- a/src/Hamming/App/Types.hs +++ b/src/Hamming/App/Types.hs @@ -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