Changeset be9036d for src/prelude
- Timestamp:
- Aug 31, 2017, 3:29:38 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 326338ae
- Parents:
- 5b21138
- git-author:
- Rob Schluntz <rschlunt@…> (08/31/17 15:29:33)
- git-committer:
- Rob Schluntz <rschlunt@…> (08/31/17 15:29:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/prelude.cf
r5b21138 rbe9036d 15 15 16 16 // Section numbers from: http://plg.uwaterloo.ca/~cforall/refrat.pdf 17 18 // ------------------------------------------------------------ 19 // 20 // Section 6.7.11 Trait Declarations 21 // Note: the sized trait is used in declarations later in this 22 // file, so it must be out of order. 23 // 24 // ------------------------------------------------------------ 25 26 trait sized(dtype T) {}; 17 27 18 28 // ------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.