dependabot[bot] on bundler
siddhartha-gadgil on master
Bump addressable from 2.5.2 to … Merge pull request #285 from si… (compare)
dependabot[bot] on bundler
Bump addressable from 2.5.2 to … (compare)
dependabot[bot] on bundler
siddhartha-gadgil on master
Bump addressable from 2.5.2 to … Merge pull request #284 from si… (compare)
dependabot[bot] on bundler
Bump addressable from 2.5.2 to … (compare)
dependabot[bot] on bundler
siddhartha-gadgil on master
Bump rake from 12.0.0 to 12.3.3… Merge pull request #283 from si… (compare)
dependabot[bot] on bundler
Bump rake from 12.0.0 to 12.3.3… (compare)
dependabot[bot] on bundler
siddhartha-gadgil on master
Bump rake from 12.0.0 to 12.3.3… Merge pull request #282 from si… (compare)
0
type , so should have saidI am having some trouble in using the replace
function.
I was trying to substitute $ 0 $ using the equality 0=b⋅0 in c=0+c to hopefully get c=b⋅0+c.
But in the function call below:
replace (sym (multZeroRightZero b)) (sym (plusZeroLeftNeutral c))
I am getting an error claiming that in the second variable of replace
, idris expects a value of the type P 0
. The documentation on this P
function couldn't explain much. Any help here would be appreciated.
(x **pf)
in a function, where I want to case split on x
being Z
or (S k)
, and I need the proof when this happens.case (fst (x**pf)) of
typechecks, but the proof type does not change, and stays the same as the original.