advent-0.1.0.0: Advent of Code common library
Copyright2022 Eric Mertens
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

Advent.Orphans

Description

Orphan instances missing from other packages.

Orphan instances

a ~ String => IsString (ReadP a) Source # 
Instance details

Methods

fromString :: String -> ReadP a #