blob: afca99cae1b253d636200e586463030933beccdc [file] [edit]
export function always(x){
return _ => x
}