Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README

You can use images:

Or links, inline-code and multiline code:

$curry = fn(callable $fn, ...$first) => fn(...$second) => $fn(...$first, ...$second);
$add = fn($a, $b) => $a + $b;
$add5 = $curry($add, 5);
$sum = $add5(4); // 9

Lists

  • of
  • elements

Some quote

Link to sub readme

Table
first line
second line
third line