UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

16 lines (8 loc) 242 B
/* Singulars */ export const hundred = 100 export const thousand = 10 * hundred export const million = thousand * thousand /* Plurals */ export const hundreds = hundred export const thousands = thousand export const millions = million