PreviousUpNext

15.3.67  src/lib/c-kit/src/ast/uid.api

## uid.api

# Compiled by:
#     src/lib/c-kit/src/ast/ast.sublib

#  UID = "Unique IDentifiers" 

api Uid {

    Uid = Int;

    initial:   Uid;
    new:       Void -> Uid;
    reset:     Int -> Void;
    equal:    (Uid, Uid) -> Bool;
    compare:  (Uid, Uid) -> Order;
    to_unt:    Uid -> unt::Unt;
    to_string: Uid -> String;
};


## Copyright (c) 1998 by Lucent Technologies 
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext