1
Fork 0
solar-conflux/purescript/kombinators/src/Utils.purs

5 lines
89 B
Plaintext
Raw Normal View History

2023-10-29 02:42:59 +02:00
module Kombinator.Utils where
import Data.Tuple.Nested (type (/\))
type Pair a = a /\ a