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: about 1 year ago
JSON representation
nimltype is a library to use algebraic data type like that of ML in Nim.
- Host: GitHub
- URL: https://github.com/loloicci/nimltype
- Owner: loloicci
- License: mit
- Created: 2018-04-11T07:41:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T21:24:17.000Z (about 8 years ago)
- Last Synced: 2025-06-12T11:02:18.282Z (about 1 year ago)
- Topics: algebraic-data-types, nim, pattern-matching, variant-type
- Language: Nim
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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