Document and clean up code
This commit is contained in:
parent
49f6e649c4
commit
eb5edce734
6 changed files with 45 additions and 8 deletions
|
|
@ -1,5 +1,3 @@
|
|||
{-# LANGUAGE OverloadedStrings #-}
|
||||
|
||||
module Main where
|
||||
|
||||
import Brick
|
||||
|
|
@ -11,9 +9,6 @@ import Profold.App
|
|||
import Profold.Options
|
||||
import Profold.ParseProfFile
|
||||
|
||||
data UiName = UiViewport
|
||||
deriving (Show, Eq, Ord)
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
opts <- execParser options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue