You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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>
|