Skip to content

Commit 3b9e99f

Browse files
committed
first commit
0 parents  commit 3b9e99f

10 files changed

Lines changed: 17799 additions & 0 deletions

File tree

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/bower_components/
2+
/node_modules/
3+
/.pulp-cache/
4+
/output/
5+
/generated-docs/
6+
/.psc-package/
7+
/.psc*
8+
/.purs*
9+
/.psa*
10+
/.spago
11+
/dist/
12+
/.cache/

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# purescript-chronofold
2+
3+
<!-- [![Latest release](http://img.shields.io/github/release/purescript/purescript-enums.svg)](https://github.com/purescript/purescript-enums/releases)
4+
[![Build status](https://github.com/purescript/purescript-enums/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-enums/actions?query=workflow%3ACI+branch%3Amaster)
5+
[![Pursuit](https://pursuit.purescript.org/packages/purescript-enums/badge)](https://pursuit.purescript.org/packages/purescript-enums) -->
6+
7+
Work In Progress.
8+
> Work is done in the open:
9+
> - on Twitch: https://twitch.tv/junxan
10+
> - and archived on Youtube: https://www.youtube.com/channel/UCE5-DI3ORnWqPyiiKFLrTGg
11+
>
12+
> find out about other declarative programming streamers https://fpers.vercel.app/
13+
14+
Chronofold data structure in Purescript.
15+
16+
## Installation
17+
18+
TBD
19+
20+
## Usage
21+
22+
TBD
23+
24+
## Documentation
25+
26+
TBD

0 commit comments

Comments
 (0)