A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://agda.github.io/agda-stdlib/master/Data.List.Literals.html below:

Data.List.Literals

Data.List.Literals
------------------------------------------------------------------------
-- The Agda standard library
--
-- List Literals
------------------------------------------------------------------------

{-# OPTIONS --cubical-compatible --safe #-}

module Data.List.Literals where

open import Agda.Builtin.FromString using (IsString)
open import Data.Unit.Base using ()
open import Agda.Builtin.Char using (Char)
open import Agda.Builtin.List using (List)
open import Data.String.Base using (toList)

isString : IsString (List Char)
isString = record
  { Constraint = λ _  
  ; fromString = λ s  toList s
  }

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4