Skip to content

Commit

Permalink
update changelog and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevidela committed Jul 11, 2023
1 parent dcdb6e1 commit 7c34a08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* Rudimentary support for defining lazy functions (addressing issue
[#1066](https://github.com/idris-lang/idris2/issues/1066)).
* `%hide` directives can now hide conflicting fixities from other modules.
* Fixity declarations can now be kept private with export modifiers.

### REPL changes

Expand Down
9 changes: 9 additions & 0 deletions docs/source/tutorial/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,15 @@ For interfaces, the meanings are:
- ``public export`` the interface name, method names and default
definitions are exported

Meaning for fixity declarations
-------------------------------

For fixity declarations:

- ``private`` means the fixity declaration is only valid within the file.

- ``public export`` and ``export`` are the same and the fixity is exported.

Propagating Inner Module API's
-------------------------------

Expand Down

0 comments on commit 7c34a08

Please sign in to comment.