Pinned Loading
-
-
nondeterministic choice implemented ...
nondeterministic choice implemented in different languages 1{-# OPTIONS_FRONTEND -Wno-overlapping #-}
23import AllSolutions
45insert :: a -> [a] -> [a] -- warning: overlapping patterns = ndet
-
derivatives of ADTs are their zippers
derivatives of ADTs are their zippers 1-- list derivation
2-- data [a] = [] | a : [a]
3{-
4l = 1 + a ⋅ l
5l - a ⋅ l = 1
-
this actually works :D
this actually works :D 1(*
2nat(z).
3nat(s(N)) :- nat(N).
45plus(N, z, N).
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.