UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

8 lines (6 loc) 220 B
import { constant } from 'fast-check' import { Interval } from 'luxon' import { todo } from '../../todo' export function arbitraryInterval() { return todo(constant(Interval.fromDateTimes(new Date(0), new Date(0)))) }