Skip to Content.
Sympa Menu

ssreflect - [ssreflect] math-comp examples, import warning

Subject: Ssreflect Users Discussion List

List archive

[ssreflect] math-comp examples, import warning


Chronological Thread 
  • From: Vadim Zaliva <>
  • To:
  • Subject: [ssreflect] math-comp examples, import warning
  • Date: Wed, 18 May 2016 13:12:39 -0700
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:ol7n3xZH6qRu+9o0QAkq3wv/LSx+4OfEezUN459isYplN5qZpci+bnLW6fgltlLVR4KTs6sC0LqH9fu5EjVav96oizMrTt9lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUiv2OQc9HOnpAIma153xjLDjvcaKKFwS2nKUWvBbElaflU3prM4YgI9veO4a6yDihT92QdlQ3n5iPlmJnhzxtY+a9Z9n9DlM6bp6r5YTGfayQ6NtVqdCAToiPmspzMjwr1zCSxGO7z0dVH8Xm1xGGVvr9hb/C6n4vir//th03CiENIWiU6I9XTW85o9gTQKuhSsaYW1quFrLg9B92foI6CmqoAZyltbZ

Hi!

I am just starting with math-comp and have a couple naive questions:

1. I am in particular interested in Matrix stuff. Are there any examples, presentations, etc. which could help somebody new to ssrelfect and math-comp to get started with it?

2. I have installed coq-mathcomp-algebra opam package under Linux. Should I be concerned about this the following message:

$ coqtop
Welcome to Coq 8.5pl1 (May 2016)

Coq < Require Import mathcomp.algebra.matrix.

Small Scale Reflection version 1.5 loaded.
Copyright 2005-2014 Microsoft Corporation and INRIA.
Distributed under the terms of the CeCILL-B license.

[Loading ML file ssreflect.cmxs ... done]

Small Scale Reflection version 1.5 loaded.
Copyright 2005-2014 Microsoft Corporation and INRIA.
Distributed under the terms of the CeCILL-B license.

[Loading ML file z_syntax_plugin.cmxs ... done]
[Loading ML file quote_plugin.cmxs ... done]
[Loading ML file newring_plugin.cmxs ... done]
Warning: No global reference exists for projection
valuefun
       (x : finfun.finfun_of
              (aT:=fintype.prod_finType
                     (fintype.ordinal_finType _UNBOUND_REL_2)
                     (fintype.ordinal_finType _UNBOUND_REL_1))
              (ssreflect.Phant
                 (fintype.ordinal _UNBOUND_REL_2 *
                  fintype.ordinal _UNBOUND_REL_1 -> _UNBOUND_REL_4)))
       (_ : is_true true) =>
     Matrix (R:=_UNBOUND_REL_5) (m:=_UNBOUND_REL_4) (n:=_UNBOUND_REL_3) x in
instance matrix_subType of eqtype.Sub, ignoring it.

Coq <   


--
CMU ECE PhD candidate
Mobile: +1(510)220-1060




Archive powered by MHonArc 2.6.18.

Top of Page