You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 0398a0a the data types for send and receive operations are encoded in Dhall as Type, but there's no general function for converting Type -> Text.
Perhaps the type used for data in send and receive operations should be bound as a type parameter on ./SimpleSession/Type, e.g. \(dataType : Type), and the toJSON function should take an additional parameter of type dataType -> JSON/Type to help with the conversion.
The text was updated successfully, but these errors were encountered:
As of 0398a0a the data types for
send
andreceive
operations are encoded in Dhall asType
, but there's no general function for convertingType -> Text
.Perhaps the type used for data in
send
andreceive
operations should be bound as a type parameter on./SimpleSession/Type
, e.g.\(dataType : Type)
, and thetoJSON
function should take an additional parameter of typedataType -> JSON/Type
to help with the conversion.The text was updated successfully, but these errors were encountered: