concepts.language.ccg.semantics.CCGSemanticsSimpleConjFunction#
- class CCGSemanticsSimpleConjFunction[source]#
Bases:
CCGSemanticsConjFunction
A simple implementation for
CCGSemanticsConjValue
.This function takes a function that works for
Value
and automatically converts it to a function that works forFunction
.Methods
Attributes
The underlying implementation of the conjunction.
- __init__(impl)#
- __new__(**kwargs)#