File: list.ref

package info (click to toggle)
coq-stdpp 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,696 kB
  • sloc: makefile: 52; sh: 35; sed: 1
file content (22 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
1 goal
  
  ============================
  None = None
1 goal
  
  ============================
  Some 10 = Some 10
1 goal
  
  ============================
  Some 11 = Some 11
1 goal
  
  l : list nat
  ============================
  last (11 :: l) = last (11 :: l)
1 goal
  
  l : list nat
  ============================
  last (10 :: l) = last (10 :: l)