Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Iris Iris
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 171
    • Issues 171
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Iris
  • IrisIris
  • Merge requests
  • !361

Add a stronger version of `list_core_id`.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dmitry Khalanskiy requested to merge dkhalanskiyjb/iris:stronger_list_core_id into master Jan 21, 2020
  • Overview 6
  • Commits 1
  • Pipelines 0
  • Changes 1

A new lemma, list_core_id', allows to infer that a list is CoreId by only checking that all its elements are CoreId, as opposed to the existing instance, list_core_id, that only works when the list contains elements of the type where every element is CoreId.

Solves #258 (closed)

Edited Jan 21, 2020 by Dmitry Khalanskiy
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: stronger_list_core_id