Skip to content

Instantly share code, notes, and snippets.

@bforte
bforte / RISBF.hs
Created July 18, 2018 22:00
RISBF implementation.
{-# LANGUAGE FlexibleContexts, GeneralizedNewtypeDeriving, LambdaCase,
NoMonomorphismRestriction, TemplateHaskell #-}
{-|
Module : Main
Description : RISBF implementation
Copyright : (c) BMO 2018
License : MIT (see https://opensource.org/licenses/MIT)