Skip to content

Problem with Tactic.MonoidSolver #2710

Open
@javierdiaz72

Description

@javierdiaz72

I've been using the monoid solver and found that the following example doesn't work:

module _ {a} {A : Set a} where

  open import Data.List.Properties using (++-monoid)
  open import Tactic.MonoidSolver using (solve)

  test :  (xs ys zs : List A) (x : A)  (xs ++ x ∷ ys) ++ zs ≡ xs ++ x ∷ (ys ++ zs)
  test _ _ _ _ = solve (++-monoid A)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions