UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

5 lines (3 loc) 200 B
import { getBasicRefinesR } from '../arithmetic/getRefines' import { BigIntBasicArithmetic } from './BigIntBasicArithmetic' export const BigIntBasicRefinesR = getBasicRefinesR(BigIntBasicArithmetic)