Skip to content
Snippets Groups Projects
Commit f3842eb3 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Use `Check` instead of `About` to hopefully have stable test output among Coq versions.

parent 7d981af6
No related branches found
No related tags found
No related merge requests found
length : ∀ A : Type, list A → nat
length is not universe polymorphic
Arguments length {A}%type_scope _%list_scope
length is transparent
Expands to: Constant Coq.Init.Datatypes.length
length : ∀ A : Type, list A → nat
length is not universe polymorphic
Arguments length {A}%type_scope _%list_scope
length is transparent
Expands to: Constant Coq.Init.Datatypes.length
length : ∀ A : Type, list A → nat
length is not universe polymorphic
Arguments length {A}%type_scope _%list_scope
length is transparent
Expands to: Constant Coq.Init.Datatypes.length
length
: list ?A → nat
where
?A : [ |- Type]
length
: list ?A → nat
where
?A : [ |- Type]
length
: list ?A → nat
where
?A : [ |- Type]
(** Check that we always get the [length] function on lists, not on strings. *)
From stdpp Require Import prelude.
About length.
Check length.
From stdpp Require Import strings.
About length.
Check length.
From stdpp Require Import prelude.
About length.
\ No newline at end of file
Check length.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment