1
Fork 0
solar-conflux/purescript/kombinators/src/Utils.purs
2023-10-29 02:44:23 +02:00

5 lines
89 B
Plaintext

module Kombinator.Utils where
import Data.Tuple.Nested (type (/\))
type Pair a = a /\ a