Skip to main content

include/girard@types_TypeMismatch.hrl

-record(type_mismatch, {
    left :: girard@types:type(),
    right :: girard@types:type()
}).