版博士V2.0程序
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.

пре 1 година
123456789101112131415
  1. /**
  2. * @since 2.11.0
  3. */
  4. import * as M from './Monoid'
  5. import * as Se from './Semigroup'
  6. /**
  7. * @category instances
  8. * @since 2.11.0
  9. */
  10. export declare const Semigroup: Se.Semigroup<void>
  11. /**
  12. * @category instances
  13. * @since 2.11.0
  14. */
  15. export declare const Monoid: M.Monoid<void>