Add `submsetseq` function
1 unresolved thread
1 unresolved thread
This merge requests adds the submsetseq
function, which for a list l
computes all lists l'
such that l' ⊆+ l
. It also adds a new lemma about interleave
.
Edited by Marijn van Wezel
Merge request reports
Activity
337 337 Infix "⊆+" := submseteq (at level 70) : stdpp_scope. 338 338 Global Hint Extern 0 (_ ⊆+ _) => reflexivity : core. 339 339 340 (** The function [submsetseq l] yields all lists [l'] such that [l' ⊆+ l]. *) 341 Fixpoint submsetseq {A} (l : list A) : list (list A) := - Resolved by Marijn van Wezel
mentioned in merge request !594 (merged)
- Resolved by Marijn van Wezel
@marijnvanwezel this will need a rebase to resolve the conflicts with !594 (merged). Sorry for that.
added 13 commits
-
cd9c6a5c...9274984b - 12 commits from branch
iris:master
- b1cae96b - Add lemma `submsetseq_submseteq` and update CHANGELOG
-
cd9c6a5c...9274984b - 12 commits from branch
Please register or sign in to reply