@effect/printer
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -236,3 +236,3 @@ /** | ||
* import { identity, pipe } from "@effect/data/Function" | ||
* import * as Monoid from "@effect/typeclass/Monoid" | ||
* import * as String from "@effect/typeclass/data/String" | ||
* | ||
@@ -252,3 +252,3 @@ * const doc: Doc.Doc<void> = Doc.hsep([ | ||
* tree, | ||
* DocTree.renderSimplyDecorated(Monoid.string, identity, (_, x) => `>>>${x}<<<`) | ||
* DocTree.renderSimplyDecorated(String.Monoid, identity, (_, x) => `>>>${x}<<<`) | ||
* ) | ||
@@ -255,0 +255,0 @@ * |
@@ -171,3 +171,3 @@ "use strict"; | ||
* import { identity, pipe } from "@effect/data/Function" | ||
* import * as Monoid from "@effect/typeclass/Monoid" | ||
* import * as String from "@effect/typeclass/data/String" | ||
* | ||
@@ -187,3 +187,3 @@ * const doc: Doc.Doc<void> = Doc.hsep([ | ||
* tree, | ||
* DocTree.renderSimplyDecorated(Monoid.string, identity, (_, x) => `>>>${x}<<<`) | ||
* DocTree.renderSimplyDecorated(String.Monoid, identity, (_, x) => `>>>${x}<<<`) | ||
* ) | ||
@@ -190,0 +190,0 @@ * |
{ | ||
"name": "@effect/printer", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"license": "MIT", | ||
@@ -10,5 +10,5 @@ "repository": { | ||
"dependencies": { | ||
"@effect/data": "~0.13.5", | ||
"@effect/io": "~0.31.3", | ||
"@effect/typeclass": "~0.1.0" | ||
"@effect/data": "~0.16.1", | ||
"@effect/io": "~0.35.2", | ||
"@effect/typeclass": "~0.2.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "main": "./index.js", |
@@ -297,3 +297,3 @@ /** | ||
* import { identity, pipe } from "@effect/data/Function" | ||
* import * as Monoid from "@effect/typeclass/Monoid" | ||
* import * as String from "@effect/typeclass/data/String" | ||
* | ||
@@ -313,3 +313,3 @@ * const doc: Doc.Doc<void> = Doc.hsep([ | ||
* tree, | ||
* DocTree.renderSimplyDecorated(Monoid.string, identity, (_, x) => `>>>${x}<<<`) | ||
* DocTree.renderSimplyDecorated(String.Monoid, identity, (_, x) => `>>>${x}<<<`) | ||
* ) | ||
@@ -316,0 +316,0 @@ * |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
931660
+ Added@effect/data@0.16.3(transitive)
+ Added@effect/io@0.35.3(transitive)
+ Added@effect/typeclass@0.2.1(transitive)
- Removed@effect/data@0.13.6(transitive)
- Removed@effect/io@0.31.4(transitive)
- Removed@effect/typeclass@0.1.0(transitive)
Updated@effect/data@~0.16.1
Updated@effect/io@~0.35.2
Updated@effect/typeclass@~0.2.0