Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/proper_typeserver.erl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
%%% <li>For native types to be translated correctly, both the module that
%%% contains the `?FORALL' declaration as well as any module that contains
%%% the declaration of a type referenced (directly or indirectly) from inside
%%% a `?FORALL' must be present in the code path at runtime, either compiled
%%% a `?FORALL' must be present in the code path at compile-time, either compiled
%%% with `debug_info' enabled or in source form.</li>
%%% <li>Local types with the same name as an auto-imported BIF are not accepted
%%% by PropEr, unless the BIF in question has been declared in a
Expand Down