5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
module Kombinator.Utils where
|
|
|
|
import Data.Tuple.Nested (type (/\))
|
|
|
|
type Pair a = a /\ a |