Skip to content

Commit 7107427

Browse files
committed
add module-level since annotation
1 parent 687c439 commit 7107427

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Numeric/Backprop/Internal.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
-- Do not import this unless you want to mess with the internals and know what
3333
-- you're doing. Otherwise, use "Numeric.Backprop", "Numeric.Backprop.Op",
3434
-- etc.
35+
--
36+
-- @since 0.2.7.0
3537
module Numeric.Backprop.Internal (
3638
BVar,
3739
W,

0 commit comments

Comments
 (0)