robmurtagh / unison-codebase

Repository for code I write in Unison

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unison-codebase

This is my personal 'remote' for code I write in the programming language Unison

πŸš€ Using this codebase

Using ucm, the Unison Codebase Manager:

  • Initial push:
push.create https://github.com/robmurtagh/unison-codebase:.graphql .graphql
  • Subsquent pushes (to graphql namespace):
push https://github.com/robmurtagh/unison-codebase:.graphql .graphql
  • Pulling (from graphql namespace):
pull https://github.com/robmurtagh/unison-codebase:.graphql .graphql

πŸ— What I'm working on

Currently, I'm working on a GraphQL parser written in Unison:

graphql-parser

πŸ“ Other notes

  • ?a indicates the character literal a (docs)
  • Prefix ' indicates a thunk, prefix ! forces the thunk (docs)

About

Repository for code I write in Unison