Skip to content
Snippets Groups Projects
Commit 249caf0d authored by Matthew Craven's avatar Matthew Craven Committed by Marge Bot
Browse files

Add @since annotation to Data.Data.mkConstrTag

parent a6142e0c
No related branches found
No related tags found
No related merge requests found
......@@ -625,6 +625,8 @@ mkDataType str cs = DataType
}
-- | Constructs a constructor
--
-- @since 4.16.0.0
mkConstrTag :: DataType -> String -> Int -> [String] -> Fixity -> Constr
mkConstrTag dt str idx fields fix =
Constr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment