MOZI-AI / annotation-scheme

Human Gene annotation service backend
GNU General Public License v3.0
3 stars 4 forks source link

Unwrap GroundedPredicate and replace w/srfi-1 map #149

Closed linas closed 4 years ago

linas commented 4 years ago

Unwrap a GroundedPredicateNode and replace it by a srfi-1 map. This simplifies the API, as it no longer requires scheme arguments to be turned into atoms by the caller, and unpacked from atoms by the callee.