```swift public protocol ExpressionType : Expressible, ExpressibleByStringLiteral { } let date:Expression<Date> = "date" ```