File: strings.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 (20 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"foo"
     : string
"foo"
     : string
10 =? 10
     : bool
[10] ++ [12]
     : list nat
("foo" =? "bar")%string
     : bool
String.app "foo" "bar"
     : string
String.app
     : string → string → string
("a" ≤ "b")%string
     : Prop
     = true
     : bool
     = ["A"; "a"; "b"; "c"]
     : list string