export interface TitleProps { setReady: (ready: boolean) => void; } export const Title = ({ setReady }: TitleProps) => { return (

the abstraction engine

a game based on the lambda calculus




); };