Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Agda thread!!1

Name: Anonymous 2012-03-09 17:48

Hey guise

Agda thread

It's like haskell but more hipster
But mixfix is an insanely powerful tool.

Name: sage 2012-03-09 19:56

>>3
The if then else control structure is usually an internal primitive. In Agda, it's defined as

if_then_else : bool -> a -> b
if x then f else f' =
    case x of
        true ->
           f
        false ->
           f'


>>2
Considering how similiar it is to Haskell, i'd say similair things to Haskell.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List