Skip to content

Commit

Permalink
Use Prepositional for infix types
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Aug 22, 2024
1 parent aa5e54c commit ef1a898
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/polyvinyl.RecordAccessor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package polyvinyl

import anticipation.*
import prepositional.*
import rudiments.*

trait RecordAccessor[RecordType <: Record in DataType, DataType, LabelType <: Label, TypeConstructorType[_]]:
Expand Down
1 change: 1 addition & 0 deletions src/core/polyvinyl.Schema.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import scala.quoted.*
import rudiments.*
import anticipation.*
import fulminate.*
import prepositional.*

trait Schema[DataType, RecordType <: Record in DataType]:
def fields: Map[String, RecordField]
Expand Down
2 changes: 1 addition & 1 deletion src/core/polyvinyl.Schematic.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package polyvinyl

import anticipation.*
import prepositional.*
import rudiments.*

trait Schematic[RecordType <: Record in DataType, DataType, LabelType <: Label, ValueType]:
Expand Down

0 comments on commit ef1a898

Please sign in to comment.