Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // CATAMORPHISM
  2. output_type catamorphism_algebra(
  3. expression_r<output_type> const& e);
  4.  
  5. // PARAMORPHISM
  6. output_type paramorphism_algebra(
  7. expression_r<std::pair<output_type, expression const*>> const& e);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement