LeftPad icon indicating copy to clipboard operation
LeftPad copied to clipboard

Results 2 LeftPad issues
Sort by recently updated
recently updated
newest added

I wondered why `lemma_not_empty` and `lemma_not_zero` is needed since you have the `if` that should narrow down the constraint: if length(s) > 0 && pad > 0 If you use...

Thanks for writing this! I tidied up the main function a bit: ```ats implement main0(argc, argv) = if argc = 3 then let val c = '0' val s =...