Merge pull request #205 from andreaferretti/master

Added patty
This commit is contained in:
Dominik Picheta 2015-07-05 15:47:28 +01:00
commit 901196a2bd

View File

@ -1811,6 +1811,15 @@
"tags": ["science","astronomy","library"],
"description": "Astronomical library for Nim",
"license": "MIT",
"web": "https://github.com/super-massive-black-holes/AstroNimy"
"web": "https://github.com/super-massive-black-holes/AstroNimy"
},
{
"name": "patty",
"url": "https://github.com/andreaferretti/patty",
"method": "git",
"tags": ["pattern", "adt", "variant", "pattern matching", "algebraic data type"],
"description": "Algebraic data types and pattern matching",
"license": "Apache License 2.0",
"web": "https://github.com/andreaferretti/patty"
}
]