Use $ instead of parenthesis
This commit is contained in:
parent
f13975fdaa
commit
c147c3d805
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user