urbit-hob-0.1.1: Hoon-style atom manipulation and printing functions

Safe HaskellNone
LanguageHaskell2010

Urbit.Ob.Co

Synopsis

Documentation

data Patp Source #

Instances
Eq Patp Source # 
Instance details

Defined in Urbit.Ob.Co

Methods

(==) :: Patp -> Patp -> Bool #

(/=) :: Patp -> Patp -> Bool #

Show Patp Source # 
Instance details

Defined in Urbit.Ob.Co

Methods

showsPrec :: Int -> Patp -> ShowS #

show :: Patp -> String #

showList :: [Patp] -> ShowS #

render :: Patp -> Text Source #

Render a Patp value as Text.

patp :: Int -> Patp Source #

Convert a nonnegative Int to a Patp value.

fromPatp :: Patp -> Int Source #

Convert a Patp value to an Int.