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.Word8.Literals.html below:

Data.Word8.Literals

Data.Word8.Literals
------------------------------------------------------------------------
-- The Agda standard library
--
-- Byte Literals
------------------------------------------------------------------------

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

module Data.Word8.Literals where

open import Agda.Builtin.FromNat using (Number)
open import Data.Unit.Base using ()
open import Data.Word8.Base using (Word8; fromℕ)

number : Number Word8
number = record
  { Constraint = λ _  
  ; fromNat    = λ w  fromℕ w
  }

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