Skip to content

Commit

Permalink
Use Proscenium for stdlib imports instead of Rudiments
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 26, 2025
1 parent 84704d8 commit e149763
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/core/gossamer-core.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import hieroglyph.*
import hypotenuse.*
import kaleidoscope.*
import prepositional.*
import proscenium.*
import rudiments.*
import spectacular.*
import symbolism.*
Expand Down
1 change: 1 addition & 0 deletions src/core/gossamer.Cuttable.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import anticipation.*
import denominative.*
import kaleidoscope.*
import prepositional.*
import proscenium.*
import rudiments.*
import vacuous.*

Expand Down
1 change: 1 addition & 0 deletions src/core/gossamer.Decimalizer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package gossamer

import anticipation.*
import proscenium.*
import rudiments.*
import vacuous.*

Expand Down
1 change: 1 addition & 0 deletions src/core/gossamer.Gossamer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package gossamer
import anticipation.*
import denominative.*
import fulminate.*
import proscenium.*
import rudiments.*
import spectacular.*
import vacuous.*
Expand Down
1 change: 0 additions & 1 deletion src/core/gossamer.Interpolation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import language.experimental.pureFunctions

import scala.reflect.*

import rudiments.*
import fulminate.*
import anticipation.*
import spectacular.*
Expand Down
2 changes: 1 addition & 1 deletion src/core/gossamer.Presentational.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package gossamer

import anticipation.*
import denominative.*
import rudiments.*
import proscenium.*
import vacuous.*

import language.experimental.captureChecking
Expand Down
1 change: 1 addition & 0 deletions src/core/gossamer.Textual.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package gossamer

import anticipation.*
import denominative.*
import proscenium.*
import rudiments.*
import vacuous.*

Expand Down

0 comments on commit e149763

Please sign in to comment.