Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
100K - 1M
License:
File size: 129 Bytes
4365a98 |
1 2 3 4 5 6 7 |
let matinsert_lem0 = prove_by_refinement(
`!S. (!x. P x) ==> (!x. S x ==> P x)`,
(* {{{ Proof *)
[MESON_TAC[]]);;
(* }}} *)
|