DEBSOURCES
Skip Quicknav
sources / why3 / 1.8.2-3 / examples / tests / partial.mlw
12345678910
module S use int.Int use string.OCaml let partial s (text: string) : () = let (ghost n) = length text in assert { n >= 0 } end