Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loloicci/nimltype

nimltype is a library to use algebraic data type like that of ML in Nim.
https://github.com/loloicci/nimltype

algebraic-data-types nim pattern-matching variant-type

Last synced: 2 days ago
JSON representation

nimltype is a library to use algebraic data type like that of ML in Nim.

Awesome Lists containing this project

README

        

###########
nimltype
###########

******************
What is nimltype
******************
nimltype is a library to use algebraic data type like that of ML in Nim.

************
How to Use
************

Install
=======
Under development.

Example
=======
See `tests/test1.nim`_

.. _Nim: https://nim-lang.org
.. _tests/test1.nim: tests/test1.nim