Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
123456789101112131415 |
- /**
- * @since 2.11.0
- */
- import * as M from './Monoid'
- import * as Se from './Semigroup'
- /**
- * @category instances
- * @since 2.11.0
- */
- export declare const Semigroup: Se.Semigroup<void>
- /**
- * @category instances
- * @since 2.11.0
- */
- export declare const Monoid: M.Monoid<void>
|