Skip to content

Commit

Permalink
Fix haddock link
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Dec 30, 2024
1 parent 29ed919 commit 56a9022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/SBV/Core/Data.hs
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ class SolverContext m where
setLogic = setOption . SetLogic
setInfo k = setOption . SetInfo k

-- | Register a type with the solver. Like 'registerFunction', This is typically not necessary
-- | Register a type with the solver. Like 'Data.SBV.Core.Model.registerFunction', This is typically not necessary
-- since SBV will register types as it encounters them automatically. But there are cases
-- where doing this can explicitly can come handy, typically in query contexts.
registerType :: forall a m. (MonadIO m, SolverContext m, HasKind a) => Proxy a -> m ()
Expand Down

0 comments on commit 56a9022

Please sign in to comment.