lean4-htt/tests/lean/run/lambda_cons.lean
Leonardo de Moura c694dbd600 fix(frontends/lean/elaborator): conflict between (: t :) and (::) notations
It was preventing us from using `(::)`
2017-03-12 09:29:42 -07:00

1 line
35 B
Text

#eval list.foldr (::) [] [1, 2, 3]