UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

5 lines (3 loc) 224 B
import { getTernaryAssertions } from '../arithmetic/getAssertions' import { NumberTernaryComparisons } from './NumberTernaryComparisons' export const NumberTernaryAssertions = getTernaryAssertions(NumberTernaryComparisons)