Changes between Version 85 and Version 86 of IR2
- Timestamp:
- 05/12/21 07:19:34 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR2
v85 v86 367 367 368 368 <K,V> $bool $map_injective( $map<K,V> m ); // does m form an injection? 369 <K,V> $map< K,V> $map_inverse( $map<K,V> m ); // returns the inverse map of m. Should check $map_injective first (what do we do when m is not injective?)369 <K,V> $map<V,K> $map_inverse( $map<K,V> m ); // returns the inverse map of m. Should check $map_injective first (what do we do when m is not injective?) 370 370 371 371 <K,I,V> $map<K,V> $map_compose( $map<I,V> m2, $map<K,I> m1 ); // returns the composition m2.m1
