Skip to Content.
Sympa Menu

ssreflect - [ssreflect] Ssreflect (1.4) breaks Ltac's type of notation

Subject: Ssreflect Users Discussion List

List archive

[ssreflect] Ssreflect (1.4) breaks Ltac's type of notation


Chronological Thread 
  • From: Jason Gross <>
  • To: ssreflect <>
  • Subject: [ssreflect] Ssreflect (1.4) breaks Ltac's type of notation
  • Date: Wed, 18 Jun 2014 14:29:47 +0100

Is this a known bug?

Require Import Ssreflect.ssreflect.
Ltac foo x := type of x.
(* Toplevel input, characters 19-21:
Syntax error: '.' expected after [vernac:command] (in [vernac_aux]). *)

There's a workaround of doing

Ltac type_of x := type of x.
Require Import Ssreflect.ssreflect.

But it would be nice if ssr made [type of] work.

-Jason



Archive powered by MHonArc 2.6.18.

Top of Page