Skip to content
Snippets Groups Projects
Commit 7c78d930 authored by Matthew Craven's avatar Matthew Craven Committed by Zubin
Browse files

Add @since annotation to Data.Data.mkConstrTag

(cherry picked from commit 249caf0d)
parent c821fd7c
No related branches found
No related tags found
No related merge requests found
......@@ -631,6 +631,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