Skip to content

Commit

Permalink
Add warning to Derivatives module.
Browse files Browse the repository at this point in the history
This is an unstable interface; we probably want those lenses to focus polynomials, not just linear mappings.
  • Loading branch information
leftaroundabout committed Feb 17, 2017
1 parent dff60e0 commit f07057f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Math/LinearMap/Category/Derivatives.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
{-# LANGUAGE GADTs #-}
{-# LANGUAGE DefaultSignatures #-}

module Math.LinearMap.Category.Derivatives where
module Math.LinearMap.Category.Derivatives
{-# WARNING "These lenses will probably change their domain in the future." #-} where

import Data.VectorSpace
import Data.VectorSpace.Free
Expand Down

0 comments on commit f07057f

Please sign in to comment.