PreviousUpNext

15.4.1140  src/lib/std/src/nj/suspension.pkg

#  (C) 1999 Lucent Technologies, Bell Laboratories 

# Compiled by:
#     src/lib/std/src/standard-core.sublib

# suspension can't be a subpackage of Lib7 because the magical
# property of the Suspension sumtype would be lost in api
# matching? David B MacQueen

package suspension {

    Suspension == base_types::Suspension;
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext