Skip to content
Snippets Groups Projects
Commit 7de9badc authored by sof's avatar sof
Browse files

[project @ 1997-07-05 03:14:30 by sof]

parent cf76e593
No related merge requests found
......@@ -12,8 +12,10 @@ Interface files
* The double semicolon at the end of an interface-file signature is so that
the lexer can run through the pragmas very fast when -O isn't being used.
* In export lists, T!(A,B) says that constructors A and B are exported,
but not the type T. Similarly for classes.
* In export lists, T|(A,B) says that constructors A and B are exported,
but not the type T. Similarly for classes.
We can't say T(T,A,B) and T(A,B) to export or not-export T respectively,
because the type T might have a constructor T.
===========================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment