urbit-hob

Haskell utilities for phonetic base wrangling.
Log | Files | Refs | README | LICENSE

commit e7cada20a8d6968a5c103cb62b40bf3d96a01e00
parent 98cf750cc5be906837f08bc441b2426a8c2ab6cf
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu,  4 Jun 2020 11:54:39 +0400

co: export Patp and Patq constructors

Keeping these hidden can lead to inconvenience when working with 'Patq'
in particular, and there should be no invariants that can be broken by
exposing them anyway.

Diffstat:
Mlib/Urbit/Ob/Co.hs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Urbit/Ob/Co.hs b/lib/Urbit/Ob/Co.hs @@ -15,8 +15,8 @@ -- Roughly analogous to the +co arm in hoon.hoon. module Urbit.Ob.Co ( - Patp - , Patq + Patp(..) + , Patq(..) , patp , patq