Changes in libcfa/src/parseconfig.hfa [6a93e4d:a3cadfc]
- File:
-
- 1 edited
-
libcfa/src/parseconfig.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.hfa
r6a93e4d ra3cadfc 107 107 108 108 109 forall(T | relational( T ))109 forall(T | Relational( T )) 110 110 [ bool ] is_nonnegative( & T ); 111 111 112 forall(T | relational( T ))112 forall(T | Relational( T )) 113 113 [ bool ] is_positive( & T ); 114 114 115 forall(T | relational( T ))115 forall(T | Relational( T )) 116 116 [ bool ] is_nonpositive( & T ); 117 117 118 forall(T | relational( T ))118 forall(T | Relational( T )) 119 119 [ bool ] is_negative( & T ); 120 120
Note:
See TracChangeset
for help on using the changeset viewer.