I am trying to find the type of privacyContents
in
privacyContents <- LazyIO.readFile $ markdownPath ++ "PRIVACY.md"
Is the type of this variable defined by the return type of LazyIO.readFile? And if the answer is yes, what is the return type of LazyIO.readFile?