Home
last modified time | relevance | path

Searched refs:unlist (Results 1 - 1 of 1) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DgenericContextualTypes1.js10 declare function unlist<T>(a: T[]): T;
31 const f12: <T>(x: Box<T[]>) => T = compose(a => unbox(a), b => unlist(b));
32 const f13: <T>(x: Box<T[]>) => T = compose(unbox, unlist);
61 var f12 = compose(function (a) { return unbox(a); }, function (b) { return unlist(b); });
62 var f13 = compose(unbox, unlist);
82 declare function unlist<T>(a: T[]): T;

Completed in 0 milliseconds