UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

5 lines (3 loc) 215 B
import { getTernaryRefinesR } from '../arithmetic/getRefines' import { BigIntTernaryComparisons } from './BigIntTernaryComparisons' export const BigIntTernaryRefinesR = getTernaryRefinesR(BigIntTernaryComparisons)