Fork me on GitHub
#beginners
<
2015-11-09
>
surreal.analysis18:11:51

You need to define a function @eeach

surreal.analysis18:11:36

So something like :

(fn [k m]
  (and {check that k is in m}      
       {check that the value of k is nil}
 ))

surreal.analysis18:11:16

Where the parts in curly braces should be replaced by the correct expression

eeach18:11:06

Oh, geeze. Thanks... and sorry for the totally boneheaded question.

meikemertsch21:11:03

@eeach: nah, boneheaded questions are worse 😉 Isn't this kind of question what the beginner's chat is about?!

roberto21:11:05

it is a totally valid question. I always run into problems like that with things like 4clojure. I remember thinking that they want a clojure function from standard lib.