From 94fed2020040cf469bd47c8890ed4e609e3ed561 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 17 Jan 2016 21:20:05 -0800 Subject: 2561 Reorganize layers in preparation for a better, more type-safe implementation of first-class and higher-order recipes. --- 057static_dispatch.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '057static_dispatch.cc') diff --git a/057static_dispatch.cc b/057static_dispatch.cc index bc699bcb..dc2e4cb5 100644 --- a/057static_dispatch.cc +++ b/057static_dispatch.cc @@ -457,3 +457,8 @@ recipe foo a:boolean -> b:number [ ] +error: main: missing type for x in 'y:number <- foo x' +error: main: failed to find a matching call for 'y:number <- foo x' + +:(before "End Includes") +using std::min; +using std::max; +using std::abs; -- cgit 1.4.1-2-gfad0