I have a function with the signature Own_type1 -> String -> Own_type2 -> IO () and want that I can explain my own types and that in the eventual documentation it is properly linked up etc. etc.
How can I achieve this when using Haddock?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You link to your own types in just the same way as you link to other types (see section 3.8.6 in the Haddock documentation).