Show
Ignore:
Timestamp:
08/17/08 10:41:43 (3 months ago)
Author:
pmoura
Message:

Added support for declaring predicate aliases in the use_module/2 directive using the notation Original:Alias.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4429 r4431  
    1818    Added support for using Prolog use_module/2 directives in objects and  
    1919    categories. This allows module predicates to be called using implicit  
    20     qualification, improving readability. 
     20    qualification, improving readability. The use_module/2 directive supports 
     21    the declaration of predicate aliases using the notation Original:Alias. 
    2122 
    2223    Added support for meta-calls whose closure arguments are explicitly