/purescript-oak-examples

example apps using the oak framework

Primary LanguagePureScript

This repo is a collection of example Oak apps to show how these tasks might be done in Oak.

To try running the different examples, clone this repo and change the module that's imported in Main to the example module you'd like to run. For example, change

import ManyCounters as Ex

to

import Counter as Ex