Advertisement
roman_gemini

Untitled

Dec 23rd, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. require_once "../core/framework/init.php";
  4.  
  5. $value = new Option\Some(100);
  6.  
  7. echo $value->map("_ / 2")->filter("_ >= 50")->map("_ + 100")->map("sin(_)");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement