Skip to content

Commit

Permalink
add Show instance for ModelParam
Browse files Browse the repository at this point in the history
  • Loading branch information
cspollard committed Feb 20, 2020
1 parent 27efe87 commit afcc815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model.hs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ data ModelParam a =
{ _mpInitialValue :: a
, _mpPrior :: ParamPrior a
, _mpVariation :: ModelVar a
} deriving (Generic, Functor)
} deriving (Generic, Functor, Show)

makeLenses ''ModelParam

Expand Down

0 comments on commit afcc815

Please sign in to comment.