Skip to content

Functional Scheme #4

Description

@affeldt-aist

https://github.com/affeldt-aist/trajectories/blob/d7eddd45c917c1d7e628d901bd494dd2253763a5/theories/ssr_descartes/bern5.v#L88

Coq complains because iter_nat is a notation.
Indeed, replacing itern_nat by, say,

Definition iter_nat (n : nat) {A : Type} (f : A -> A) (x : A) : A :=
  nat_rect (fun _ => A) x (fun _ => f) n.

makes the command succeed. However, it does not seem to produce the desired
iter_nat_equation which is required afterwards.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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