Use $ instead of parenthesis

This commit is contained in:
artlef 2018-06-02 19:38:29 +02:00
parent f13975fdaa
commit c147c3d805

View File

@ -42,7 +42,7 @@ printDef :: T.Text -> Int -> IO ()
printDef t n = putStrLn (getDef t n)
getDef :: T.Text -> Int -> String
getDef t n = renderFullDef (getFullDef t n)
getDef t n = renderFullDef $ getFullDef t n
getFullDef :: T.Text -> Int -> WordFullDef
getFullDef t n = WordFullDef header defList