Skip to Content.
Sympa Menu

ssreflect - Obtaining Type of a Term

Subject: Ssreflect Users Discussion List

List archive

Obtaining Type of a Term


Chronological Thread 
  • From: t x <>
  • To: "" <>
  • Subject: Obtaining Type of a Term
  • Date: Wed, 4 Sep 2013 01:37:59 +0000

Hi,

  Here is my minimal failure case:

https://gist.github.com/anonymous/35b90fd523ace14dffd3

  The code executes fine (with "move =>" replaced with "intros") in plain Coq.

  However, in ssreflect, I get an error

  "Syntax error: 'with' or 'in' ..." on line 10

  How do I rewrite this in ssreflect? (in particular, I want to extract the type of a term).

Thanks!



Archive powered by MHonArc 2.6.18.

Top of Page