Advertisement
Guest User

Untitled

a guest
Nov 25th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. • Couldn't match expected type ‘Int’
  2.              with actual type ‘[Int] -> [Int]’
  3. • In the expression: min $ next x
  4.  In an equation for ‘minimum’:
  5.      minimum k x
  6.        | k < 0 = inf
  7.        | k == 0 = 0
  8.        | k > 0 = min $ next xtypecheck
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement