Skip to content
Snippets Groups Projects
Commit 21b098c1 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Migrate to @since markup syntax

parent 6551ad9e
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
-- .
-- Safe API only of "Data.Array.IO".
--
-- /Since: 0.4.0.0/
-- @since 0.4.0.0
-----------------------------------------------------------------------------
module Data.Array.IO.Safe (
......
......@@ -15,7 +15,7 @@
-- .
-- Safe API only of "Data.Array.MArray".
--
-- /Since: 0.4.0.0/
-- @since 0.4.0.0
-----------------------------------------------------------------------------
module Data.Array.MArray.Safe (
......
......@@ -13,7 +13,7 @@
--
-- Safe API only of "Data.Array.ST".
--
-- /Since: 0.4.0.0/
-- @since 0.4.0.0
-----------------------------------------------------------------------------
module Data.Array.ST.Safe (
......
......@@ -15,7 +15,7 @@
--
-- Actual implementation of "Data.Array.Storable".
--
-- /Since: 0.4.0.0/
-- @since 0.4.0.0
-----------------------------------------------------------------------------
module Data.Array.Storable.Internals (
......
......@@ -20,7 +20,7 @@
--
-- Safe API only of "Data.Array.Storable".
--
-- /Since: 0.4.0.0/
-- @since 0.4.0.0
-----------------------------------------------------------------------------
module Data.Array.Storable.Safe (
......
......@@ -11,7 +11,7 @@
-- Contains the various unsafe operations that can be performed
-- on arrays.
--
-- /Since: 0.4.0.0/
-- @since 0.4.0.0
-----------------------------------------------------------------------------
module Data.Array.Unsafe (
......
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