Commit 2020-03-26 13:38 0fc4e6a8
View on Github →refactor(data/set/function): move function.restrict
to set
, redefine (#2243)
- refactor(data/set/function): move
function.restrict
toset
, redefine We hadsubtype.restrict
andfunction.restrict
both defined in the same way usingsubtype.val
. This PR movesfunction.restrict
toset.restrict
and makes it usecoe
instead ofsubtype.val
. - Fix compile
- Update src/data/set/function.lean