Skip to Content.
Sympa Menu

ssreflect - [ssreflect] Anomaly: Uncaught exception Invalid_argument("index out of bounds"). Please report.

Subject: Ssreflect Users Discussion List

List archive

[ssreflect] Anomaly: Uncaught exception Invalid_argument("index out of bounds"). Please report.


Chronological Thread 
  • From: Jason Gross <>
  • To: ssreflect <>
  • Subject: [ssreflect] Anomaly: Uncaught exception Invalid_argument("index out of bounds"). Please report.
  • Date: Thu, 14 Aug 2014 13:48:18 +0100

Hi,
The [have] tactic doesn't seem to like [let ... := ... in ...] in ssr 1.4:

Require Import Ssreflect.ssreflect.
Goal True.
  have H' := (fun nPH : { ab : Set * Set | ab = ab }
              => let H := projT2 nPH in 
                 let n := fst (projT1 nPH) in
                 let P := snd (projT1 nPH) in
                 existT (fun ab : Set * Set => ab = ab) _ (_ H)). (* Toplevel input, characters 0-357:
Anomaly: Uncaught exception Invalid_argument("index out of bounds").
Please report. *)

-Jason


  • [ssreflect] Anomaly: Uncaught exception Invalid_argument("index out of bounds"). Please report., Jason Gross, 08/14/2014

Archive powered by MHonArc 2.6.18.

Top of Page