UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

12 lines (8 loc) 322 B
import { BigIntBasicAssertions } from './BigIntBasicAssertions' import { BigIntTernaryAssertions } from './BigIntTernaryAssertions' export const BigIntAllAssertions = { ...BigIntBasicAssertions, ...BigIntTernaryAssertions, } export const assert = BigIntAllAssertions export const assertBigInt = BigIntAllAssertions