File: functionLikeB.dhall

package info (click to toggle)
haskell-dhall 1.42.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 23,784 kB
  • sloc: haskell: 24,804; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
{ example0 = merge a b + merge a b
, example1 = (merge a b : T) + (merge a b : T)
, example2 = toMap a + toMap a
, example3 = (toMap a b : T) + (toMap a b : T)
, example4 = Some a + Some a
}