clean-types


Package info
Description

This library provides types and functions to parse, print, and unify Clean types.

Readme
# clean-types This library provides types to represent Clean types and functions to parse, print, and unify them. Additionally, types from lib-compiler can be transformed to the types defined in this library. ## Maintainer, authors, copyright & license This project is maintained by [Camil Staps][]. Copyright is held by the authors of the individual commits. Use `git blame` or the GitLab blame view to determine the copyright holder on specific parts of the code base. Contributors include: - Gijs Alberts - Mart Lubbers - Steffen Michels The package is licensed under the BSD-2-Clause license; for details, see the [LICENSE](/LICENSE) file. [Camil Staps]: https://camilstaps.nl
Changelog
# Changelog #### 1.0.5 - Chore: accept lib-compiler 4.1. #### 1.0.4 - Fix: support lib-compiler 3.2 and 3.3. #### 1.0.3 - Chore: support base 3.0 and lib-compiler 4.0. #### 1.0.2 - Chore: allow containers 2.0, json 3.0, and text 2.0. #### 1.0.1 - Chore: update lib-compiler to 3.1.1. ## 1.0.0 - Initial version with modules from clean-platform 0.3.38.
Versions