=pod =encoding utf8 =head1 NAME Muldis::D::Core - Muldis D core data types and operators =head1 VERSION This document is Muldis::D::Core version 0.21.0. =head1 PREFACE This document is part of the Muldis D language specification, whose root document is L; you should read that root document before you read this one, which provides subservient details. That said, because this C document is otherwise too large to comfortably fit in one file, it has been split into pieces and therefore has its own tree of parts to follow, which it is the root of: L, L, L. =head1 DESCRIPTION Muldis D has a mandatory core set of system-defined (eternally available) entities, which is referred to as the I or the I; they are the minimal entities that all Muldis D implementations need to provide; they are mutually self-describing and are used to bootstrap the language; any entities outside the core, called I, are non-mandatory and are defined in terms of the core or each other, but the reverse isn't true. This current C document features the boolean type and operators, plus the integer, bit string, and character string types, plus the tuple and relation type constructors (and quasi- variants) and the more important relational operators, plus the type system minimal and maximal types, plus the special types used to define the system catalog, and the polymorphic operators that all types, or some types including core types, have defined over them, such as identity tests or assignment. (All of these are used for bootstrapping the Muldis D language, except for the bit string type, but that's still good to have in the core.) Most of the C document is actually in these pieces: L, L, L. Extensions are in other documents. Generic order-concerning types and operators, such as for sorting or quota queries or plain order-determination, which could be applied to any data type potentially, are separated into mainly just this extension: L. All of the generic operators (except those that do or could apply to all types) concerning the integer, bit string, and character string types don't exist in C but have been separated into language extensions; while they are good for all implementations to have, they are less necessary than some other operators that actually were kept in C. These are the relevant extensions: L, L, L. The most important relational nonscalar-concerning operators exist in C, but a lot more are available in these extensions: L, L, L, L. These extensions do not generally just add operators for core types; rather they mainly define new types plus just operators for those: L, L, L. =head1 SEE ALSO Go to L for the majority of distribution-internal references, and L for the majority of distribution-external references. =head1 AUTHOR Darren Duncan (C) =head1 LICENSE AND COPYRIGHT This file is part of the formal specification of the Muldis D language. Muldis D is Copyright © 2002-2008, Darren Duncan. See the LICENSE AND COPYRIGHT of L for details. =head1 TRADEMARK POLICY The TRADEMARK POLICY in L applies to this file too. =head1 ACKNOWLEDGEMENTS The ACKNOWLEDGEMENTS in L apply to this file too. =cut