You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default all function documentation is exported, regardless of a function's visibility. Idris should respect whether a function is: private, public, or abstract.
By default all function documentation is exported, regardless of a function's visibility.
Idris
should respect whether a function is:private
,public
, orabstract
.This issue can be found in
src/Idris/Docs.hs
This issue is related to #1449.
The text was updated successfully, but these errors were encountered: