Changeset 79d4186 for doc/papers/general/evaluation/cfa-pair.h
- Timestamp:
- Mar 6, 2018, 5:13:48 PM (6 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:
- 14a3dad2
- Parents:
- 520145b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/papers/general/evaluation/cfa-pair.h
r520145b r79d4186 30 30 int ?>=?(pair(R, S) p, pair(R, S) q); 31 31 32 forall(otype R, otype S)33 forall(dtype ostype | ostream( ostype ) | { ostype & ?|?( ostype &, pair(R, S)); })34 ostype & ?|?( ostype & os, pair(R, S) );32 // forall(otype R, otype S) 33 // forall(dtype ostype | ostream( ostype ) | { ostype & ?|?( ostype &, R ); ostype & ?|?( ostype &, S ); }) 34 // ostype & ?|?( ostype & os, pair(R, S) );
Note: See TracChangeset
for help on using the changeset viewer.