File: lambda42.gold

package info (click to toggle)
haskell-sbv 10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,148 kB
  • sloc: haskell: 31,176; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 107 bytes parent folder | download
1
2
3
; -- user given definition: lambda42
(define-fun lambda42 ((l1_s0 Int) (l1_s1 Int)) Int
  (+ l1_s0 l1_s1))