File: GHC_Classes.primitives.yaml

package info (click to toggle)
haskell-clash-lib 1.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,108 kB
  • sloc: haskell: 28,988; tcl: 474; ansic: 4; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- BlackBox:
    name: GHC.Classes.gtInt
    kind: Expression
    type: 'gtInt :: Int ->
      Int -> Bool'
    template: ~ARG[0] > ~ARG[1]
- BlackBox:
    name: GHC.Classes.geInt
    kind: Expression
    type: 'geInt :: Int ->
      Int -> Bool'
    template: ~ARG[0] >= ~ARG[1]
- BlackBox:
    name: GHC.Classes.ltInt
    kind: Expression
    type: 'ltInt :: Int ->
      Int -> Bool'
    template: ~ARG[0] < ~ARG[1]
- BlackBox:
    name: GHC.Classes.leInt
    kind: Expression
    type: 'leInt :: Int ->
      Int -> Bool'
    template: ~ARG[0] <= ~ARG[1]