https://github.com/effect-deprecated/morphic
Domain Modelling and Structural Derivation (port of morphic-ts)
https://github.com/effect-deprecated/morphic
data domain functional typeclasses
Last synced: 7 months ago
JSON representation
Domain Modelling and Structural Derivation (port of morphic-ts)
- Host: GitHub
- URL: https://github.com/effect-deprecated/morphic
- Owner: Effect-Deprecated
- License: mit
- Created: 2021-01-19T14:21:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T17:26:14.000Z (almost 3 years ago)
- Last Synced: 2025-04-18T04:12:36.823Z (10 months ago)
- Topics: data, domain, functional, typeclasses
- Language: TypeScript
- Homepage: https://matechs.com
- Size: 2.9 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
## Welcome to Effect-TS - Morphic
Please follow up to: [https://github.com/Effect-TS/morphic/tree/master/packages/morphic](https://github.com/Effect-TS/morphic/tree/master/packages/morphic)
## Install
We recommend the usage of `yarn` and if you hthe usage of `yarn workspaces` that handles by default hoisting of dependencies:
```sh
yarn add @effect-ts/system @effect-ts/tracing-utils @effect-ts/core @effect-ts/monocle @effect-ts/morphic fast-equals fast-check
```