[erlang-questions] The Erlang Rationale

Ulf Wiger (TN/EAB) ulf.wiger@REDACTED
Fri Oct 3 10:47:43 CEST 2008


Edwin Fine skrev:
> 
> Now to use this scheme, I have to ensure I put the -include AFTER all
>  export statements. Seems annoying. Is there another way?

I don't know, but I always do it in that order anyway:

1. export declarations
2. import declarations
3. includes
4. records and defines

BR,
Ulf W



More information about the erlang-questions mailing list